|
Items[Integer]
|
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
|