[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: forms.pp line 1027
type TApplicationFlags = set of ( |
||
AppWaiting, |
|
|
AppIdleEndSent, |
|
|
AppHandlingException, |
|
|
AppNoExceptionMessages, |
|
|
AppActive, |
|
|
AppDestroying, |
|
|
AppDoNotCallAsyncQueue, |
|
|
AppInitialized |
||
); |