TdxLayoutLookAndFeelList Class
A layout look & feel component manager.
Declaration
TdxLayoutLookAndFeelList = class(
TcxCustomComponent
)
Remarks
TdxLayoutLookAndFeelList is a non-visual component designed to manage layout look & feel components.
Main API Members
The list below outlines key members of the TdxLayoutLookAndFeelList class. These members allow you to create and access supported layout look & feel components.
- Count
- Returns the number of stored components (accessible through the Items property).
- CreateItem
Creates a new layout look & feel component of any supported type.
Tip
To delete individual layout look & feel components, release them directly in code (call the Free procedure in Delphi or use the
deletekeyword in C++Builder).- Items
- Provides indexed access to stored layout look & feel components.
Design-Time Functionality
Double-click a TdxLayoutLookAndFeelList component to display a design-time dialog:

Inheritance
TObject
TPersistent
TComponent
TcxCustomComponent
TdxLayoutLookAndFeelList
See Also