TdxLayoutBasicItem Class
The base class for layout items.
Declaration
TdxLayoutBasicItem = class(
TdxCustomLayoutItem
)
Remarks
This class does not provide any new members – it simply serves as the base class for layout item classes. Direct descendants of the class (TdxCustomLayoutLabeledItem and TdxLayoutNonLabeledItem) categorize layout items by the capability to display captions or labels.
Inheritance
TObject
TPersistent
TComponent
TcxCustomComponent
TdxCustomLayoutItem
TdxLayoutBasicItem
See Also