Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > RSCommon > RSVector > Classes > TRSVectorList > Properties

TRSVectorList.Items[Integer] Property

Scroll Prev Top Next More

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.

noteNote

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

Property Value

Type: IVector

Implements

IVectorList.Items[Integer]
 

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb