Controls.TControl.ParentCustomHint
From RAD Studio VCL Reference
Contents |
Delphi Information
From Controls.pas
property ParentCustomHint: Boolean read FParentCustomHint write SetParentCustomHint;
Unit: Controls
Type: property
Visibility: published
Member Of: TControl
C++ Information
From Controls.hpp
__property bool ParentCustomHint = {read=FParentCustomHint,write=SetParentCustomHint};
Unit: Controls
Type: property
Visibility: public
Member Of: TControl
Description
Determines where a control looks for its custom hint.
To have a control use the same hint customization information as its parent control, set ParentCustomHint to true.
If ParentCustomHint is false, the control uses its own CustomHint property.
Set ParentCustomHint to true for all controls to ensure that all the controls on a form display their hint messages alike.
When the value of a control's CustomHint property changes, ParentCustomHint becomes false automatically.