ItemBySelNum method: QuerySelect collection
Syntax
ItemBySelNum(SelNumber)
Description
The ItemBySelNum method returns the QuerySelect object specified by the Select Number. Each Select Statement in a Query Definition is identified by a unique select number.
Parameters
| Parameter | Description |
|---|---|
|
SelNumber |
Specify the numeric value of the Select Number. |
Returns
A reference to a QuerySelect object if successful, NULL otherwise.
Example
&MyChildQuerySelect = &MySelCol.ItemBySelNum(3);