Skip to main content

TdxLayoutLookAndFeelList.Items Property

Provides indexed access to created layout look & feel components.

Declaration

property Items[Index: Integer]: TdxCustomLayoutLookAndFeel read; default;

Property Value

Type Description
TdxCustomLayoutLookAndFeel

A layout look & feel component. Cast the returned object to the corresponding terminal TdxCustomLayoutLookAndFeel class descendant to access all public API members.

Tip

Call the target component’s ClassType function or use other RTTI functionality to identify the actual layout look & feel component type.

Remarks

Use the Count property to identify the number of components accessible through the Items property.

See Also