[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Forms' (#lcl)

TApplicationFlags

Declaration

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.

);

The latest version of this document can be found at lazarus-ccr.sourceforge.net.