Skip to main content

TdxDockingTypes Type

Represents a set of values specifying the docking type.

Declaration

TdxDockingTypes = set of TdxDockingType;

Referenced Class

Type
TdxDockingType

Remarks

The TdxDockingTypes type represents the type of the AllowDock and AllowDockClients properties of dock controls. These properties specify how this control can be docked to other controls and how other controls can be docked to it respectively.

The TdxDockingTypes type is a set of values listed in the TdxDockingType enumerator. Please refer to the enumerator description for details on which values are available.

See Also