Show/Hide Toolbars

RiverSoftAVG Products Help

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: CommonInterfaces

Parameters

Index

Type: Integer

Property Value

Type: IVector

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb