BaseMemo.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 VIRTUAL METHOD PutValue(
nFldPos AS LONG,
oValue AS Object
) AS LOGIC
public virtual 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:
LogicImplements
PutValue(Long, Object)See Also