[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: lazgio2.pas line 149
type TGAppInfoCreateFlags = set of ( |
||
TGAppInfoCreateFlagsIdxMinValue = 0, |
|
|
G_APP_INFO_CREATE_NEEDS_TERMINAL = 0, |
|
|
G_APP_INFO_CREATE_SUPPORTS_URIS = 1, |
|
|
G_APP_INFO_CREATE_SUPPORTS_STARTUP_NOTIFICATION = 2, |
|
|
TGAppInfoCreateFlagsIdxMaxValue = 31 |
|
|
); |