Provides direct access to a vector in the list.
Use Items to directly access a vector in the list. Index identifies each vector by its position in the list.
Note |
---|
In Delphi, Items is the default property of IVectorlist. That means you can omit the property name. Thus, instead of writing: Delphi |
VectorList1.Items[i] |
you can write:
Delphi
VectorList1[i]
Namespace: RSVector
Parameters
Index
Type: Integer
Type: IVector
Reference•Count •RSVector.TRSVectorList.Add(IVector) •Delete |