FMX.Controls3D.TControl3D.ShowHint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowHint: Boolean read FShowHint write FShowHint default False;

C++

__property bool ShowHint = {read=FShowHint, write=FShowHint, default=0};

Properties

Type Visibility Source Unit Parent
property public
FMX.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D TControl3D

Description

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