Group Application Process
AppDesktop()
Returns the desktop window
AppDesktop() --> oDesktop | NIL
AppName()
Determines the name of the EXE file
AppName( [<lFullQualifiedName>] ) --> cExeFileName
AppType()
Returns the operating mode that an application is running in.
AppType() --> nAppType
BinaryName()
Determines the name of the EXE or DLL.
BinaryName( [<lFullQualifiedName>] ) --> cBinaryFileName BinaryName( <nCallLevel> [,<lFullQualifiedName>] ) --> cBinaryFileName
CANCEL
Ends the program.
CANCEL | QUIT
CxpApplication()
Class
Class function of the CxpApplication class.
ErrorLevel()
Sets the return code for an Xbase++ application.
ErrorLevel( [<nReturnCode>] ) --> nLastReturnCode
GetApplication()
Retrieves the global application object.
GetApplication() --> oApp
QUIT
Ends an Xbase++ program.
QUIT | CANCEL [<nErrorLevel>]
SetAppFocus()
Sets or returns the Xbase Part or window which has input focus.
SetAppFocus( [<oXbp>] ) --> oOldXbp
SetAppWindow()
Sets or returns the application window.
SetAppWindow( [<oXbp>] ) --> oOldWindow
XbpApplication()
Class
Class function of the XbpApplication class
XppApplication()
Class
Class function of the XppApplication class