TdxCustomLayoutGroup.CreateGroup(TdxCustomLayoutGroupClass) Method
Creates a new group within a given group and returns the newly created group.
Declaration
function CreateGroup(AGroupClass: TdxCustomLayoutGroupClass): TdxCustomLayoutGroup; overload;
Parameters
| Name | Type |
|---|---|
| AGroupClass | TdxCustomLayoutGroupClass |
Returns
| Type |
|---|
| TdxCustomLayoutGroup |
Remarks
Call this method to create a new group within a given group. A group represents a parent group for the newly created group. The AGroupClass parameter specifies the class of a group to be created: TdxLayoutGroup or TdxLayoutAutoCreatedGroup.
See Also