Unicode Controls & Classes for VB6 - Version 4

cArrayList.Item Property

Gets or sets the Item at the specified Index

Syntax
Public Property Get Item (ByVal Index As Long) As Object
Public Property Let Item (ByVal Index As Long, _
ByVal Value As Object)
Parameters
Parameter Description
ByVal Index As Long The index (1..n)
ByVal Value As Object The Object Value to set at the specified Index
Remarks