FMX.StdCtrls.TExpander.Hint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Hint: string read FHint write SetHint stored HintStored default 0;

C++

__property Hint = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TExpander

Description

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

FMX.StdCtrls.TExpander.Hint inherits from FMX.Controls.TControl.Hint. All content below this line refers to FMX.Controls.TControl.Hint.

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