FMX.StdCtrls.TStatusBar.OnHint
Delphi
property OnHint: TNotifyEvent read FOnHint write FOnHint;
C++
__property System::Classes::TNotifyEvent OnHint = {read=FOnHint, write=FOnHint};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | FMX.StdCtrls.pas FMX.StdCtrls.hpp |
FMX.StdCtrls | TStatusBar |
Description
Occurs when a hint is triggered.
See Using Hints to Show Contextual Help in a FireMonkey Application for more information on how to use hints.