FMX.ScrollBox.TPresentedVertScrollBox.ShowHint

From RAD Studio API Documentation

Delphi

property ShowHint: Boolean read FShowHint write SetShowHint stored IsShowHintStored;

C++

__property ShowHint;

Properties

Type Visibility Source Unit Parent
property published
FMX.ScrollBox.pas
FMX.ScrollBox.hpp
FMX.ScrollBox TPresentedVertScrollBox

Description

Specifies whether the Hint can be shown. {{#multireplace:FMX.ScrollBox.TPresentedVertScrollBox.ShowHint|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Controls.TControl.ShowHint|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Controls.TControl.ShowHint|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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