TdxLayoutContainer Class
In This Article
The base class for layout element containers.
#Declaration
Delphi
TdxLayoutContainer = class(
TcxCustomComponent,
IdxLayoutContainerOwner,
IdxLayoutDesignerHelper,
IdxLayoutLookAndFeelUser,
IcxScalableComponent,
IcxStoredObject,
IcxStoredParent,
IdxScaleFactor,
IdxSelectionChanged
)
#Remarks
Do not use this class directly. Use its descendants instead.
#Implements
#Inheritance
TObject
TPersistent
TComponent
TcxCustomComponent
TdxLayoutContainer
See Also