TdxCustomDockControlProperties.ShowHint Property
Specifies the default value of the ShowHint property of dynamically created dock controls.
Declaration
property ShowHint: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Use the ShowHint property to set the default value for the ShowHint property of dock controls created dynamically. Please refer to the control’s ShowHint property description for details on the functionality it provides.
The default value of the ShowCaption property is True.
See Also