FMX.Controls.IHintRegistry

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IHintRegistry = interface

C++

__interface  INTERFACE_UUID("{8F3B3C46-450B-4A8C-800F-FD47538244C3}") IHintRegistry  : public System::IInterface

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

Topics