TdxLayoutControlItem Class
The base class for layout items.
Declaration
TdxLayoutControlItem = class(
TdxCustomLayoutLabeledItem,
IdxAISmartPasteItem
)
Remarks
The TdxLayoutControlItem class implements base functionality that allows you to associate other controls (TControl descendants) with a layout item. An associated control is displayed within the layout item.
Main API Members
The list below outlines key members of the TdxLayoutControlItem class. These members allow you to configure layout items, associated controls, and related settings.
- AI
- Provides access to AI-powered functionality settings.
- Control
- Allows you to associated a control with the layout item.
- ControlOptions
- Provides access to associated control-related settings.
- OriginalControlSize
- Returns original dimensions of the associated control.
Terminal TdxLayoutControlItem Class Descendants
Do not use the TdxLayoutControlItem class directly. Use the following descendants instead:
- TdxLayoutItem
- A standard layout item within the ExpressLayout Control.
- TcxGridLayoutItem
- A Layout View‘s layout item.
Inheritance
See Also