FMX.Controls.IHintReceiver
Delphi
IHintReceiver = interface
C++
__interface INTERFACE_UUID("{533671CF-86C5-489E-B32A-724AF8464DCE}") IHintReceiver : public System::IInterface
Contents
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
interface class |
public | FMX.Controls.pas FMX.Controls.hpp |
FMX.Controls | FMX.Controls |
Description
Controls that can respond to hint-related events must implement this interface.
An example of a control that implements this interface is TStatusBar. See Using Hints to Show Contextual Help in a FireMonkey Application for more information about hints.