Navigation: Code Documentation > RSCommon > CommonInterfaces > Interfaces > IVectorList > Methods
IVectorList.Delete(Integer) Method
Deletes a vector from the list.
Call Delete to delete a vector from the list.
Namespace: CommonInterfaces
Delphi
public procedure Delete(Index: Integer);
Parameters
Index
Type: Integer
•CommonInterfaces.IVectorList.Add(IVector)
•CommonInterfaces.IVectorList.Count
•CommonInterfaces.IVectorList.Remove(IVector)
•CommonInterfaces.IVectorList.Items[Integer]
•IVectorList
•CommonInterfaces