property Parameters.Enumerate (Mask as String)
as Variant
Enumerates the parameters in the collection whose name matches the giving mask.
| | Type | Description | |
| |
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.
| |