TdxCustomTileControl.CreateGroup Method
Creates a new tile group.
Declaration
function CreateGroup: TdxTileControlGroup;
Returns
Type |
---|
TdxTileControlGroup |
Remarks
This function creates a new tile group, adds it to the Groups collection, and returns the created group as the function’s result.
See Also