Show: Delphi
C++
Display Preferences
Vcl.ActnList.THintEvent
From XE2 API Documentation
C++
typedef void __fastcall (__closure *THintEvent)(System::UnicodeString &HintStr, bool &CanShow);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| typedef | public | Vcl.ActnList.hpp | Vcl.ActnList | Vcl.ActnList |
Description
THintEvent is the type of the OnHint event handler.
HintStr is the string that will appear in the pop-up help hint. The event handler can change this string to change the hint that appears to the user.
CanShow indicates whether the hint specified by HintStr should be shown using the default popup window after the event handler exits. Set this to false to suppress the default behavior when the event handler displays the hint.