Skip to main content

TdxTileControlGroupCollection.Insert(Integer) Method

Creates a new tile group and inserts it at a specified position to the current collection.

Declaration

function Insert(AIndex: Integer): TdxTileControlGroup;

Parameters

Name Type
AIndex Integer

Returns

Type
TdxTileControlGroup

Remarks

This function creates a new tile group with default settings, inserts it to the current collection at the AIndex position, 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 Insert method calls, enclose these calls within a tile control’s BeginUpdate/EndUpdate method blocks.

See Also