Adds an item (value) to the vector. The method returns the index of the added item which may be used to access the item later using the Value property
Namespace: IECSInterfaces
Delphi |
public |
Parameters
Item
Type: IIEValue
Type: Integer
Items may be added which are duplicates of items already in the vector. |
Reference |