Function AppType() Foundation
Returns the operating mode that an application is running in.
AppType() --> nAppType
The return value of AppType() is a numeric code identifying the operating mode of an application.
An Xbase++ application can be created to run in different operating modes, such as text mode or GUI application. The operating mode is determined by the linker when the EXE file is created. The function AppType() determines the current operating mode. Possible return values are defined as constants in the XBP.CH file and are listed in the following table:
Constant | Operation mode |
---|---|
APPTYPE_NOVIO *) | Full screen text mode only |
APPTYPE_VIO | Text mode |
APPTYPE_PM | GUI mode |
|
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.