Methods
- Func AddUserNomenclature( iName, iIconName, iClassType, iSuperType) As
-
Creates a new UserNomenclature and adds it to this collection.
The NomenclatureType of the new UserNomenclature will be "User".
The base objects in the UserDictionary are created when the
UserDictionary is created.
- Parameters:
-
- iName
- The user nomenclature name. dd>
- iIconName
- The icon name associated to this nomenclature name. dd>
- Returns:
- The new UserNomenclature. dd>
- Func Item( iIndex) As
-
Returns the specified item of the collection
- Parameters:
-
- iItem
- The list index (long) or name (CATBSTR) of the member to retrieve. dd>
- Returns:
- The retrieved member object. dd>