Skip to main content

TdxLayoutControl Class

The ExpressLayout Control component.

Declaration

TdxLayoutControl = class(
    TdxCustomLayoutControl
)

Remarks

The TdxLayoutControl object is derived directly from the TdxCustomLayoutControl class. The TdxLayoutControl object does not introduce any new properties or methods. This is a ‘published’ variant of the TdxCustomLayoutControl object, which fully implements ExpressLayout Control functionality.

Note

Designed for centralized form layout management, the ExpressLayout Control may clash with other layout-building components, such as dock controls provided by the ExpressBars Suite or ExpressDocking Library. To avoid clashes, we recommend that you avoid nesting or combining these components on a form.

See Also