FMX.Controls.TControl.ParentShowHint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ParentShowHint: Boolean read FParentShowHint write SetParentShowHint default True;

C++

__property bool ParentShowHint = {read=FParentShowHint, write=SetParentShowHint, default=1};

Properties

Type Visibility Source Unit Parent
property protected
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

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