<para> A special 'Parameter' function can be used in the Default Value Expression. This will be resolved to the respective Parameter's value, e.g. Parameter("OrderBy") would return the value of the 'OrderBy' Parameter. A default value can be passed to this function. This will be returned if the Parameter does not exist, e.g. Parameter("OrderBy", "Code"). </para> <para> If queueParameters is supplied then a special 'QueueParameter' function can be used in the Default Value Expression. This has the same signature as the 'Parameter' function. </para> <para> A special Boolean variable 'HasQueueParameters' can be used in the Expression to determine whether QueueParameters have been supplied. </para> <para> Note that Parameter values are calculated in the order of Parameters in the collection. This means that if an Expression refers to a Parameter after it in the collection then this Parameter's value will not yet have been calculated. </para>
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| includeVisible | Boolean | Optional | Indicates whether to include Visible Parameters. If omitted, a value of True is assumed. |
A Boolean value indicating success.