TdxCustomLayoutItem Class
The base class for layout elements within the ExpressLayout Control.
Declaration
TdxCustomLayoutItem = class(
TcxCustomComponent,
IdxLayoutContainerObject,
IdxLayoutLookAndFeelUser,
IdxLayoutSelectableItem,
IdxScaleFactor,
IcxStoredObject,
IdxAutomationElement
)
Remarks
Do not create TdxCustomLayoutItem
class instances directly. To place an item or group on a form, use TdxCustomLayoutItem
descendants. Refer to the following topic for detailed information: How to Create Layout Items and Groups.
Implements
Inheritance
TObject
TPersistent
TComponent
TcxCustomComponent
TdxCustomLayoutItem
See Also