Navigation: Code Documentation > IE > IECSInterfaces > Interfaces > IValueVector > Methods
IValueVector.IndexOf(IIEValue) Method
Returns the index of the first occurrence of the item within the vector, or -1 if the item is not in the vector
Namespace: IECSInterfaces
Delphi
public function IndexOf(const Item: IIEValue): Integer;
Parameters
Item
Type: IIEValue
Type: Integer
•IValueVector
•IECSInterfaces