Application (gb.gui)
Static properties
Inherited static properties
| Args | Returns an array containing the arguments passed to the program by the shell. | 
| Daemon | Set this property to TRUE to make the current application a daemon. | 
| Dir | Returns the current working directory defined at application startup. | 
| Env | Returns a virtual collection of strings containing the process environment variables. | 
| Handle | Returns the system pid (process identifier) of your program.  This returns the same value as the property named Id. | 
| Id | Returns the system pid (process identifier) of your program. This returns the same value as the property named Handle. | 
| Name | Return the application name. | 
| ParentHandle | Return the identifier of the parent of the current process. | 
| Path | Returns the application path, i.e. the directory where it resides. | 
| Priority | Return or set the current process priority. | 
| Startup | Return the startup class object. | 
| Task | Return if we are executing a background task. | 
| TempDir | Return the directory where the temporary files of the current process are stored. | 
| Title | Returns the title of the application being executed. | 
| Version | Returns the program version, as defined in the IDE project properties dialog. |