FMX.StdCtrls.TCheckBox.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.StdCtrls.pas FMX.StdCtrls.hpp |
FMX.StdCtrls | TCheckBox |
Description
If True
, the value of the ShowHint property of this control inherits the value of the ShowHint property of the parent control.
FMX.StdCtrls.TCheckBox.ParentShowHint inherits from FMX.Controls.TControl.ParentShowHint. All content below this line refers to FMX.Controls.TControl.ParentShowHint.
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.