FMX.StdCtrls.TStatusBar.ShowHint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowHint;

C++

__property ShowHint;

Properties

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

Description

Specifies whether the Hint can be shown.

FMX.StdCtrls.TStatusBar.ShowHint inherits from FMX.Controls.TControl.ShowHint. All content below this line refers to FMX.Controls.TControl.ShowHint.

Specifies whether the Hint can be shown.

If ShowHint is set to True, a Hint string is displayed when the user moves the mouse over the control.

See Also