TdxCustomLayoutItem Class
The base class for layout elements within the ExpressLayout Control.
Declaration
TdxCustomLayoutItem = class(
TcxCustomComponent,
IdxLayoutLookAndFeelUser,
IdxLayoutSelectableItem,
IdxScaleFactor,
IcxStoredObject
)
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 details: How to Create Layout Items and Groups.
Inheritance
TObject
TPersistent
TComponent
TcxCustomComponent
TdxCustomLayoutItem
See Also