FMX.Controls.IHintReceiver

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IHintReceiver = interface

C++

__interface  INTERFACE_UUID("{533671CF-86C5-489E-B32A-724AF8464DCE}") IHintReceiver  : public System::IInterface

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.

See Also

Topics