FMX.Forms.TApplication.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 | public | FMX.Forms.pas FMX.Forms.hpp |
FMX.Forms | TApplication |
Description
Occurs when the mouse moves over a control or a menu item that can display a hint.
Implement a custom event handler for this event to intercept and use all of the hints in your application. See Using Hints to Show Contextual Help in a FireMonkey Application - Hints and Events for more information.