FMX.Controls.TControl.Hint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Hint: string read FHint write SetHint stored HintStored;

C++

__property System::UnicodeString Hint = {read=FHint, write=SetHint, stored=HintStored};

Properties

Type Visibility Source Unit Parent
property public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

Specifies the text string that appears when the user moves the mouse over a control.

See Using Hints to Show Contextual Help in a FireMonkey Application for more information about hints.

See Also