Skip to main content

TdxCustomDockControlProperties.ShowCaption Property

Specifies the default value of the ShowCaption property of dynamically created dock controls.

Declaration

property ShowCaption: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Use the ShowCaption property to set the default value for the ShowCaption property of dock controls created dynamically. Please refer to the dock control’s ShowCaption property description for details on the functionality it provides.

The default value of the ShowCaption property is True.

See Also