Back to Devexpress

TdxLayoutContainer Class

vcl-dxlayoutcontainer-d9ebcf4f.md

latest1.6 KB
Original Source

TdxLayoutContainer Class

The base class for layout element containers.

Declaration

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

Remarks

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

Implements

IdxLayoutContainerObject

IdxLayoutContainerOwner

IdxLayoutDesignerHelper

IdxLayoutLookAndFeelUser

IcxScalableComponent

IcxStoredObject

IcxStoredParent

IdxScaleFactor

IdxSelectionChanged

Inheritance

TObject TPersistent TComponent TcxCustomComponent TdxLayoutContainer

See Also

TdxLayoutContainer Members

dxLayoutContainer Unit