Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > RSCommon > RSInterfaceCollections > Classes > TInterfaceListPersistent > Properties

TInterfaceListPersistent.Items[Integer] Property

Scroll Prev Top Next More

Provides direct access to an interface in the list.

Use Items to directly access an interface in the list. Index identifies each interface by its position in the list.

Note: In Delphi, Items is the default property of TInterfaceListPersistent. That means you can omit the property name. Thus, instead of writing:

Delphi

InterfaceList1.Items[i]

you can write:

Delphi

InterfaceList1[i] 

Namespace: RSInterfaceCollections

Parameters

Index

Type: Integer

Property Value

Type: IInterface

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb