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

TApplicationHandlerType

Declaration

Source position: forms.pp line 1118

type TApplicationHandlerType = (

  ahtIdle,

  

  ahtIdleEnd,

  

  ahtKeyDownBefore,

  

  ahtKeyDownAfter,

  

  ahtActivate,

  

  ahtDeactivate,

  

  ahtUserInput,

  

  ahtException,

  

  ahtEndSession,

  

  ahtQueryEndSession,

  

  ahtMinimize,

  

  ahtModalBegin,

  ahtModalEnd,

  ahtRestore,

  

  ahtDropFiles,

  

  ahtHelp,

  

  ahtHint,

  

  ahtShowHint

  

);

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