Skip to main content

TdxLayoutContainer Class

The base class for layout element containers.

Declaration

TdxLayoutContainer = class(
    TcxCustomComponent,
    IdxLayoutContainerOwner,
    IdxLayoutDesignerHelper,
    IdxLayoutLookAndFeelUser,
    IcxScalableComponent,
    IcxStoredObject,
    IcxStoredParent,
    IdxScaleFactor,
    IdxSelectionChanged
)

Remarks

Do not use this class directly. Use its descendants instead.

Inheritance

See Also