Utility components UtilStringList class
For overview information and ClassID/ProgID of the classes see the newObjects collection overview 

Implements collection and unnamed strings.

Properties:

prop_r.GIF (130 bytes) Item - default, indexed property - retrieves an item from the collection.

prop_r.GIF (130 bytes) Count - returns the items count.

prop_r.GIF (130 bytes) _NewEnum - returns IEnumVariant interface. Standard property required to implement collection enumeration - never referred directly in the scripts.

Missing - (added in version 1.0.0.3). Specifies the value to be returned by the Item property if the indexed item doesn't exist.

Methods:

method.gif (107 bytes) Add - Adds new item to the collection.

method.gif (107 bytes) Clear - Removes all items from the collection.

method.gif (107 bytes) Remove - Removes item specified from the collection

Remarks:

This collection may contain only strings. All passed to the add method variants are explicitly converted to VT_BSTR type.

newObjects Copyright 2001-2005 newObjects [ ]