Removes the item from the value vector. The index where the item was found (or -1 if not found) is returned
Namespace: IEValue
Delphi |
public |
Parameters
Item
Type: IIEValue
Type: Integer
The functions searches the vector for the item. If the item is found, the item is removed from the vector. Note that only the first occurrence of the item is removed if the item is in the list multiple times. |
Reference |