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

TApplicationFlag

Application state flags.

Declaration

Source position: forms.pp line 1222

type TApplicationFlag = (

  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.