Click or drag to resize

IMemo.PutValue Method

X#
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
Request Example View Source

Parameters

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: Logic
See Also