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

TApplicationHandlerType

Declaration

Source position: forms.pp line 1106

type TApplicationHandlerType = (

  ahtIdle,

  

  ahtIdleEnd,

  

  ahtKeyDownBefore,

  

  ahtKeyDownAfter,

  

  ahtActivate,

  

  ahtDeactivate,

  

  ahtUserInput,

  

  ahtException,

  

  ahtEndSession,

  

  ahtQueryEndSession,

  

  ahtMinimize,

  

  ahtModalBegin,

  ahtModalEnd,

  ahtRestore,

  

  ahtDropFiles,

  

  ahtHelp,

  

  ahtHint,

  

  ahtShowHint

  

);