property Parameters.Enumerate (Mask as String) as Variant
Enumerates the parameters in the collection whose name matches the giving mask.

TypeDescription
Mask as String A String expression that specifies the mask of the parameters to be requested. 

The Mask parameter can include:

  • '?' for any single character
  • '*' for zero or more occurrences of any character
  • '#' for any digit character
Variant A safe array of Parameter objects whose name matches the giving mask.
Use the Enumerate property to enumerate the parameters giving a mask. The Item / Count properties can be used to enumerate the Components collection as well as for each statement.