Declaration
type TIEGetHintEvent = procedure(Sender: TObject; HintSource: TIEHintSource; Idx: integer; ButtonIdx: Integer; var HintStr: String) of object;
Description
Occurs whenever a hint is displayed to the user. It can be used to add or customize a hint.
Parameter | Description |
Sender | The TImageEnMView |
HintSource | What has set the hint |
Idx | Index of the image under the cursor |
ButtonIdx | If HintSource is iehsButton, then ButtonIdx is the button under the cursor |
HintStr | The hint to display |