[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
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.0 | Generated 2025-05-03 | Home |