The Collection object manages data and objects through a key or index.
To do this, define a feature (here: Coll) of the type COM object reference and enter the COM class name in the “class” property:
TCEServer.Collection
Alternatively, define a local variable in a function:
Dim Coll As TCEServer.Collection
Initialize the Collection object in a function:
Coll := New TCEServer.Collection