[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: forms.pp line 1232
type TApplicationFlags = set of ( |
||
AppWaiting, |
|
In Idle state |
AppIdleEndSent, |
|
IdleEnd handlers have been notified |
AppHandlingException, |
|
In exception handling |
AppNoExceptionMessages, |
|
Suppress further exceptions |
AppActive, |
|
Application has the focus. |
AppDestroying, |
|
Shutting down |
AppDoNotCallAsyncQueue, |
|
Skip asynchronous callbacks between handling messages |
AppInitialized |
|
Application has been initialized. |
); |
lazarus-ccr.sourceforge.net |