FMX.ExtCtrls.TPopupBox.ParentShowHint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ParentShowHint: Boolean read FParentShowHint write SetParentShowHint default 1;

C++

__property ParentShowHint = {default=1};

Properties

Type Visibility Source Unit Parent
property published
FMX.ExtCtrls.pas
FMX.ExtCtrls.hpp
FMX.ExtCtrls TPopupBox

Description

If True, the value of the ShowHint property of this control inherits the value of the ShowHint property of the parent control.

FMX.ExtCtrls.TPopupBox.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.

See Also