0% found this document useful (0 votes)
4 views3 pages

Class Documentation COMOSKDictionary enUS

The document provides an overview of the KDictionary class, which encapsulates the Microsoft-Scripting.Dictionary for use within Comos. It details the functions, properties, and methods available in KDictionary, including Add, Exists, Item, Count, and Remove. Additional information regarding the original Microsoft-Scripting.Dictionary can be found in Microsoft help resources.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views3 pages

Class Documentation COMOSKDictionary enUS

The document provides an overview of the KDictionary class, which encapsulates the Microsoft-Scripting.Dictionary for use within Comos. It details the functions, properties, and methods available in KDictionary, including Add, Exists, Item, Count, and Remove. Additional information regarding the original Microsoft-Scripting.Dictionary can be found in Microsoft help resources.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

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.

You might also like