Click or drag to resize

ILateBound.NoIvarPut Method

X#
Method to update a field or property late bound.

Namespace:  XSharp
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
METHOD NoIvarPut(
	cName AS STRING,
	uValue AS USUAL
) AS VOID

Parameters

cName
Type: String
Field/Property Name
uValue
Type: Usual
New value for field/property
See Also