Navigation: Code Documentation > IE > IECSInterfaces > Interfaces > IValueVector > Methods
IValueVector.Insert(Integer,IIEValue) Method
Inserts the specified item at the index. If the index is out of bounds, an EListError exception is raised
Namespace: IECSInterfaces
Delphi
public procedure Insert(Index: Integer; const Item: IIEValue);
Parameters
Index
Type: Integer
Item
Type: IIEValue
•IValueVector
•IECSInterfaces