Abstract.SetNoIVar Method | |
Handles assign operations to undefined instance variables.
Namespace:
XSharp.XPP
Assembly:
XSharp.XPP (in XSharp.XPP.dll) Version: 2.19
Syntax METHOD SetNoIVar(
cName AS USUAL,
uValue AS USUAL
) AS VOID
public void SetNoIVar(
Usual cName,
Usual uValue
)
Request Example
View SourceParameters
- cName
- Type: Usual
The fieldname to assign. - uValue
- Type: Usual
The value of an assignment.
Return Value
Type:
The return value of the method is ignored.
See Also