CreateCollection method


Syntax

Invoke CreateCollection, bSorted

Function

Creates a collection of strings.

Parameters

bSorted

A DD value specifying whether the strings in the collection are going to be sorted (FALSE for no sorting).

Return value

Eax returns the handle to the created collection.


REMARKS: Use the DestroyCollection method to destroy a collection created by this method.