Click or drag to resize

GetAppObject Function

X#
Return the global App object for this application.

Namespace:  VOGUIClasses
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 FUNCTION GetAppObject() AS App
Request Example View Source

Return Value

Type: App
Remarks
Examples
The following example terminates a dialog based application:
X#
1METHOD CancelButton() CLASS OrderDialog
X#
1SELF:EndDialog()
2GetAppObject():Quit()
See Also