IMemo.PutValue Method | |
Write a value to a memo file for a specified column
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax FUNCTION PutValue(
nFldPos AS LONG,
oValue AS Object
) AS LOGIC
bool PutValue(
int nFldPos,
Object oValue
)
Request Example
View SourceParameters
- nFldPos
- Type: Long
1 based column number for which the value should be written. - oValue
- Type: Object
New value that needs to written to the memo file for this column.
Return Value
Type:
LogicSee Also