Back to Devexpress

TdxLayoutLookAndFeelList Class

vcl-dxlayoutlookandfeels-09272906.md

latest2.1 KB
Original Source

TdxLayoutLookAndFeelList Class

A layout look & feel component manager.

Declaration

delphi
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.

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.

Design-Time Functionality

Double-click a TdxLayoutLookAndFeelList component to display a design-time dialog:

Inheritance

TObject TPersistent TComponent TcxCustomComponent TdxLayoutLookAndFeelList

See Also

TdxLayoutLookAndFeelList Members

dxLayoutLookAndFeels Unit