Type used to implement an OnShowHint event handler.
Source position: controls.pp line 1008
type TControlShowHintEvent = procedure( |
Sender: TObject; |
HintInfo: PHintInfo |
) of object; |
Sender |
|
TObject for the event notification. |
HintInfo |
|
Hint information used to derive hint value. |
| Version 4.4 | Generated 2025-11-08 | Home |