RC-WinTrans Object Model Help |
Dictionary.SaveReference |
Type Info: |
SaveReference as Boolean |
Example: | Dim Dicts As Dictionaries Dim Dict As Dictionary Dim IsSaveRef As Boolean Set Dicts = Application.Dictionaries Set Dict = Dicts.Item(1) IsSaveRef = Dict.SaveReference ' [...] Dict.SaveReference = True |