Click or drag to resize

DataServer.FieldPut Method (Typed)

X#
Assign a value to a field in this data server.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD FieldPut(
	nFieldPosition AS USUAL,
	uValue AS USUAL
) AS USUAL
Request Example View Source

Parameters

nFieldPosition
Type: Usual
The name, number, or symbol representing the desired field.
uValue
Type: Usual
The value to be assigned to the field. The data type of this value must match the data type of the field.

Return Value

Type: Usual
The newly assigned value if the operation was successful; otherwise, NIL.
See Also