Application (gb.web)
Returns information about the
CGI application.
Static properties
Host
|
Returns the current host.
|
LogFile
|
Return or set the path of the file where the standard error output will be redirected.
|
Port
|
Return the port specified in the URL request.
|
Protocol
|
Returns or sets the protocol used by the HTTP request.
|
Request
|
Returns the request submitted to the CGI application.
|
Root
|
Returns the root path of all requests submitted to the CGI application.
|
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 application directory.
|
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.
|