vcl-dxlayoutlookandfeels-09272906.md
A layout look & feel component manager.
TdxLayoutLookAndFeelList = class(
TcxCustomComponent
)
TdxLayoutLookAndFeelList is a non-visual component designed to manage layout look & feel components.
The list below outlines key members of the TdxLayoutLookAndFeelList class. These members allow you to create and access supported layout look & feel components.
CountReturns 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 delete keyword in C++Builder).
ItemsProvides indexed access to stored layout look & feel components.
Double-click a TdxLayoutLookAndFeelList component to display a design-time dialog:
TObject TPersistent TComponent TcxCustomComponent TdxLayoutLookAndFeelList
See Also