Click or drag to resize

MemVar.GetSafe Field

X#
Get the value of a local, private or public (in that order). Returns NIL if the value does not exist.

Namespace:  XSharp
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 STATIC GetSafe AS MemVarGetter
Request Example View Source

Return Value

Type: MemVarGetter
The value of the memory variable or NIL when it does not exist.
Remarks
When a private and a public exist with the same name then the private has preference
See Also