Skip to main content

TdxBarDockControl.Align Property

Specifies the layout of a specific external dock control.

Declaration

property Align: TdxBarDockAlign read; write;

Property Value

Type
TdxBarDockAlign

Remarks

Use this property to specify the side of a form to which an external dock control is docked. If the value of dalNone is assigned, the dock control floats over the form. All the possible values are listed in the following table.

Value Meaning
dalNone External dock control is not docked and floats over the form.
dalTop External dock control is docked to the top of the form.
dalBottom External dock control is docked to the bottom of the form.
dalLeft External dock control is docked to left side of the form.
dalRight External dock control is docked to the right side of the form.
See Also