Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomLayoutGroup.CreateItem(TdxCustomLayoutItemClass) Method

Creates a new item within a given group and returns the newly created item.

#Declaration

Delphi
function CreateItem(AItemClass: TdxCustomLayoutItemClass = nil): TdxCustomLayoutItem;

#Parameters

Name Type
AItemClass TdxCustomLayoutItemClass

#Returns

Type
TdxCustomLayoutItem

#Remarks

Use the CreateItem method to create a new item within a group. A group represents a parent group for the newly created item. The AItemClass parameter specifies the class of the created item. By default, it is nil and therefore the default item class is used (TdxLayoutItem).

See Also