Icon Insert Method

function Insert(AIndex: Integer): TCollectionItem

Available In: Client and Server Applications

Use this method to insert a new item into the collection at a specific index. The return value is the new collection item instance, and its class type is determined by the ItemClass property.
Image