TdxCustomTileControl.CreateGroup Method
In This Article
Creates a new tile group.
#Declaration
Delphi
function CreateGroup: TdxTileControlGroup;
#Returns
Type |
---|
Tdx |
#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