RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControl.ParentCustomHint Property

Determines where a control looks for its custom hint.

Pascal
property ParentCustomHint: Boolean;
C++
__property Boolean ParentCustomHint;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!