DeleteQuerySelect method: QuerySelect collection

Syntax

DeleteQuerySelect(SelNumber)

Description

The DeleteQuerySelect method deletes the QuerySelect instance represented SelNumber.

Parameters

Parameter Description

SelNumber

Specify the numeric value containing the Select Number of the QuerySelect that you want to delete.

Returns

Returns 0 if successful.

Example

&QryMainSel = &Query.QuerySelect; 
&QryMainSelCol = &QryMainSel.QuerySelects; 
&QryMainSelCol.DeleteQuerySelect(3);