Application (gb.qt4)
应用程序公共信息。
静态属性
Inherited static properties
Args
|
Return an array containing the arguments passed to the program by the shell.
|
Daemon
|
|
Dir
|
|
Env
|
Returns a virtual collection of strings containing the process environment variables.
|
Handle
|
|
Id
|
|
Name
|
Print Application.Name
|
ParentHandle
|
Return the identifier of the parent of the current process.
|
Path
|
|
Priority
|
The priority is a number between -20 (the highest) and 19 (the lowest), 0 being the normal priority.
|
Startup
|
|
Task
|
|
TempDir
|
It's normally /tmp/gambas.<user id>/<process id> , but some beasts like SystemD can change that.
|
Title
|
|
Version
|
If the "Get from VERSION file" checkbox is checked, the program version is taken from the first text file named VERSION found in the parent directories of the project.
|