Skip to main content

TdxCustomDockControl.AllowFloating Property

Specifies whether the dock control is allowed to float.

Declaration

property AllowFloating: Boolean read; write;

Property Value

Type
Boolean

Remarks

Dock controls can be either docked to a site or floating. When floating, they are represented as separate forms. Use the AllowFloating property to specify whether such a dock control state is allowed. If set to False, the dock control cannot float freely but must be docked to a site or float within a tab container or a side container.

If the control should always float free, set its AllowDock property to an empty set.

See Also