Important: The information in this document is obsolete and should not be used for new development.
Creating and Disposing of Collection Objects
The functions described in this section allow you to work with collections as objects in memory. With the functions in this section, you can create new, empty collection objects and dispose of existing collection objects.You use the
NewCollection
function to create a new collection object and theDisposeCollection
function to dispose of a collection object.
Subtopics
- NewCollection
- DisposeCollection