TdxTileControlItemCollection.Add Method
Creates a new tile item and appends it to the current collection.
Declaration
function Add: TdxTileControlItem;
Returns
Type |
---|
TdxTileControlItem |
Remarks
This function creates a new tile item with default settings, appends it to the current collection, and returns the created item 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