Inserts a vector into the list at a specified position.
Call Insert to insert a vector into the list. Item is the vector to insert, and Index indicates the position (zero-offset) where the vector should be added.
Namespace: CommonInterfaces
Delphi |
public |
Parameters
Index
Type: Integer
Item
Type: IVector