SysObject Function | |
Install a system-wide object. Please not that this works a bit different from Visual Objects.
Namespace:
XSharp.VO
Assembly:
XSharp.VO (in XSharp.VO.dll) Version: 2.19
Syntax FUNCTION SysObject() AS Object
public static Object SysObject()
Request Example
View SourceReturn Value
Type:
ObjectoSys or, if
oSys is not specified, the currently installed object.
Remarks
Unlike in Visual Objects the SysObject is not used to receive all messages being sent to other data types because in .Net
all types by default already accept messages.
See Also