TdxLayoutLookAndFeelList.CreateItem(TdxCustomLayoutLookAndFeelClass) Method
In This Article
Creates a new style within a given TdxLayoutLookAndFeelList component and returns the newly created object.
#Declaration
Delphi
function CreateItem(AClass: TdxCustomLayoutLookAndFeelClass): TdxCustomLayoutLookAndFeel;
#Parameters
Name | Type |
---|---|
AClass | Tdx |
#Returns
Type |
---|
Tdx |
#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