DestroyCollection method


Prototype

DestroyCollection Proto hHandle:HANDLE

Syntax

Invoke DestroyCollection, hHandle

Function

Destroys a collection of strings.

Parameters

hHandle

The handle to the collection to be destroyed.

Return value

Eax/Rax returns TRUE if successful, or FALSE if not.


REMARKS: All existing collections are emptied and destroyed when the application terminates.