FMX.NumberBox.TNumberBox.ParentShowHint
Delphi
property ParentShowHint: Boolean read FParentShowHint write SetParentShowHint default 1;
C++
__property ParentShowHint = {default=1};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | FMX.NumberBox.pas FMX.NumberBox.hpp |
FMX.NumberBox | TNumberBox |
Description
If True, the value of the ShowHint property of this control inherits the value of the ShowHint property of the parent control.
{{#multireplace:FMX.NumberBox.TNumberBox.ParentShowHint|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Controls.TControl.ParentShowHint|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.ParentShowHint|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
If True, the value of the ShowHint property of this control inherits the value of the ShowHint property of the parent control.
See Using Hints to Show Contextual Help in a FireMonkey Application - Enabling Hints for a Control for more information.