Click or drag to resize

ClassObject.NoIvarPut Method

X#
Late bound assign for class/static vars

Namespace:  XSharp.XPP
Assembly:  XSharp.XPP (in XSharp.XPP.dll) Version: 2.19
Syntax
 VIRTUAL METHOD NoIvarPut(
	cName AS STRING,
	uValue AS USUAL
) AS VOID
Request Example View Source

Parameters

cName
Type: String
Name of the property/field to update
uValue
Type: Usual
New value for the property

Return Value

Type: 
uValue

Implements

NoIvarPut(String, Usual)
See Also