Application object
Dictionaries object
Dictionary object

This is a collection of dictionary objects. The dictionaries integrated in RC-WinTrans are elements of this collection.

MemberDescription
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.


Last Updated: 03/19/21