RC-WinTrans Object Model Help |
Class Dictionaries |
This is a collection of dictionary objects. The dictionaries integrated in RC-WinTrans are elements of this collection.
Member | Description | |
---|---|---|
Add | Adds a dictionary to the "Dictionary" collection. Add( Filename As String, Name As String, Type As String ) As Dictionary
|
|
Item | Returns the dictionary with the given index. Item( Index As Variant ) As Dictionary
|
|
Remove | Removes the dictionary with the given index. Remove( Index As Variant )
|
|
Count | Returns the number of elements in the "Dictionary" collection. |