FMX.Controls.IHintRegistry
Delphi
IHintRegistry = interface
C++
__interface INTERFACE_UUID("{8F3B3C46-450B-4A8C-800F-FD47538244C3}") IHintRegistry : public System::IInterface
Contents
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
interface class |
public | FMX.Controls.pas FMX.Controls.hpp |
FMX.Controls | FMX.Controls |
Description
A class needs to implement this interface in order to be able to register IHintReceiver instances.
See Using Hints to Show Contextual Help in a FireMonkey Application for more information about hints.
See Also
- FMX.Controls.IHintRegistry.TriggerHints
- FMX.Controls.IHintRegistry.RegisterHintReceiver
- FMX.Controls.IHintRegistry.UnregisterHintReceiver