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