In Section Instructions Examples Basics History Extra
Class documentation COMOSKDictionary_dll
This chapter contains the following information:General
Class: KDictionary
In Section Instructions Examples Basics History Extra
General
ComosKDictionary capsules the Microsoft-Scripting.Dictionary. This enables you to
achieve the same accessibility within Comos to the MS-Scripting.Dictionary just as
with all other "Collections".
Further information regarding the Microsoft-Dictionary can be found in the
Microsoft help.
In Section Instructions Examples Basics History Extra
Class: KDictionary
This chapter contains the following information:KDictionary: Function
KDictionary: Property
KDictionary: Sub
In Section Instructions Examples Basics History Extra
KDictionary: Function
Add
Add(ByVal Key As String, ByVal Item As Variant) As Boolean
According to the "Add" element in the original Microsoft-Scripting.Dictionary.
Exists
Exists(ByVal EKey As String) As Boolean
According to the "Exists" element in the original Microsoft-Scripting.Dictionary.
In Section Instructions Examples Basics History Extra
KDictionary: Property
Item
Item(ByVal Index As Long) As Variant
Sets or puts out the dictionary element which is according to the index.
Count
Count() As Long
According to the "Count" element in the original Microsoft-Scripting.Dictionary.
ItemByKey
ItemByKey(ByVal EKey As String) As Variant
Sets or puts out the dictionary element which is according to the key.
Key
Key(ByVal Index As Long) As String
Sets or puts out the key which is according to the index.
Dictionary
Dictionary() As IDictionary
Puts out the original Microsoft-Scripting.Dictionary.
In Section Instructions Examples Basics History Extra
KDictionary: Sub
Clear
Clear()
According to the "RemoveAll" element in the original Microsoft-
Scripting.Dictionary.
Remove
Remove(ByVal EKey As String)
According to the "Remove" element in the original Microsoft-Scripting.Dictionary.
Refresh
Refresh()
Deletes the local instance variable of the packaging class.