TdxTileControlGroupCollection.Add Method
Creates a new tile group and appends it to the current collection.
Declaration
function Add: TdxTileControlGroup;
Returns
Type |
---|
TdxTileControlGroup |
Remarks
This function creates a new tile group with default settings, appends it to the current collection, and returns the created group as the function’s result.
Note
To postpone immediate repainting of the tile control in response to layout changes initiated by a number of Add method calls, enclose these calls within a tile control’s BeginUpdate/EndUpdate method blocks.
See Also