Click or drag to resize

_Quit Function

X#
Terminate application processing, close all open files, and return control to the operating system.

Namespace:  XSharp.Core
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 FUNCTION _Quit() AS VOID
Request Example View Source
Remarks
This function can be used from anywhere in an application. A RETURN executed from the Start() function can also be used to QUIT an application.
See Also