Description

Returns an object representing a collection of all defaults in the Data Dictionary.

Syntax

Public Function Defaults() As Defaults

Example

Dim MyDictionary As Dictionary 
Dim MyDefault As Default 

For Each MyDefault In MyDictionary.Defaults 

' Operations on defaults go here 
... 

Next MyDefault 
  • No labels