[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Notification handler types.
Source position: controls.pp line 917
type TControlHandlerType = ( |
||
chtOnResize, |
|
Notification request for OnResize. |
chtOnChangeBounds, |
|
Notification request for OnChangeBounds. |
chtOnVisibleChanging, |
|
Notification request for OnVisibleChanging. |
chtOnVisibleChanged, |
|
Notification request for OnVisibleChanged. |
chtOnEnabledChanging, |
|
Notification request for OnEnabledChanging. |
chtOnEnabledChanged, |
|
Notification request for OnEnabledChanged. |
chtOnKeyDown, |
|
Notification request for OnKeyDown. |
chtOnBeforeDestruction, |
||
chtOnMouseWheel |
||
); |
Notification handlers only receive an Sender, and must know themselves why they have been invoked.
lazarus-ccr.sourceforge.net |