Index or name of the "Element" object within the
collection.
If the parameter is a numerical value, the dynamic element is
searched by its index (>= 0 and <= Count-1).
If it is an alphanumerical value, the dynamic element is searched
by its unique name.
ED
avaliable
RT
avaliable
Remarks
Returns the object Element from the collection, which is
identified by the parameter vID.
The parameter vID can have two values:
Index: Access with an index is mostly used in
combination with the property Count to find out the position of the
variable object in the list.
Element name: The element can also be accessed with its
unique name.
Hint:
The returned object should be checked on Nothing, if no object for
the search criteria was found.