Notification handler types.
Source position: controls.pp line 968
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, |
||
chtOnMouseWheelHorz |
||
); |
Notification handlers only receive a Sender argument, and must know themselves why they have been invoked.
CT Web help |
CodeTyphon Studio |