Skip to main content

TdxLayoutLookAndFeelList.CreateItem(TdxCustomLayoutLookAndFeelClass) Method

Creates a new style within a given TdxLayoutLookAndFeelList component and returns the newly created object.

Declaration

function CreateItem(AClass: TdxCustomLayoutLookAndFeelClass): TdxCustomLayoutLookAndFeel;

Parameters

Name Type
AClass TdxCustomLayoutLookAndFeelClass

Returns

Type
TdxCustomLayoutLookAndFeel

Remarks

Use the CreateItem method to create a new style within a given TdxLayoutLookAndFeelList component. The AClass parameter specifies the class of the created style. The CreateItem method adds the newly created style to the Items array. Additionally, the CreateItem method assigns a valid name to the Name property of the newly created style object.

See Also