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

TdxLayoutContainer.CreateGroup(TdxCustomLayoutGroupClass,TdxCustomLayoutGroup) Method

Creates a new layout group.

#Declaration

Delphi
function CreateGroup(AGroupClass: TdxCustomLayoutGroupClass; AParent: TdxCustomLayoutGroup = nil): TdxCustomLayoutGroup; overload;

#Parameters

Name Type
AGroupClass TdxCustomLayoutGroupClass
AParent TdxCustomLayoutGroup

#Returns

Type
TdxCustomLayoutGroup

#Remarks

This function returns the newly created group.

AGroupClass specifies the class of a group to be created: TdxLayoutGroup or TdxLayoutAutoCreatedGroup.

AParent specifies the parent group of the newly created group. If AParent is nil, the default class is used (TdxLayoutGroup).

See Also