Skip to main content

TdxCustomDockControlProperties.Dockable Property

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

Declaration

property Dockable: Boolean read; write;

Property Value

Type
Boolean

Remarks

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

See Also