[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
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 |
|
|
); |
lazarus-ccr.sourceforge.net |