Index
Index within a control array.
object.Index As Integer
Comment
It is possible to create an array of more than one ADS-OCX. For this purpose, each ADS-OCX that is to belong to the array is given the same name. The individual ADS-OCX devices are distinguished by their index property. The index normally begins with 0. The individual objects are addressed by the array name followed by the index in parenthesis, e.g. AdsOcxName(1).