Signals the OnShowHint event handler.
Source position: controls.pp line 1508
protected procedure TControl.DoOnShowHint( |
HintInfo: PHintInfo |
); virtual; |
HintInfo |
|
Pointer to the structure with the position, width, color, and hint text for the event handler. |
Called when the CM_HINTSHOW message is handled for the control.
|
Event handler signalled when a hint window is displayed for the control. |
|
|
Handles the CM_HINTSHOW message for the control. |
|
|
Pointer to a THintInfo instance. |
|
|
Contains content and state information for Hints displayed for a window or control. |
CT Web help |
CodeTyphon Studio |