The name of the dictionary.
object.DictionaryName
| Part | Attribute | Type | Description |
|---|---|---|---|
object |
Required | The object always implements the
ISDictionaryEntry interface |
string
Display the name of the dictionary and the short information about its entries.
Dim aDictionary
Dim aAllEntries, aEntry
Dim aDictInfo
Dim i
Set aDictionary = Profile.GetDictionary("Legal")
set aAllEntries = aDictionary.AllEntries
aDictInfo = _
"Dictionary name: " & aDictionary.Name & vbNewLine & _
"Entry Count: " & aAllEntries.Count & vbNewLine & vbNewLine & _
"Main Sing. Transl.Sing."
for i = 0 to aAllEntries.Count - 1
set aEntry = aAllEntries.Item(i)
aDictInfo = aDictInfo & vbNewLine &_
aEntry.SingleMain & " " & aEntry.SingleTransl
next
Profile.MsgBox(aDictInfo) In Profile Client v8 on User Interface the Dictionary name can be found in .