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