CreateTopNode

Description

Creates a new root filter node, automatically attaches the old top node as its child.

Syntax

VBScript


querydef.CreateTopNode bool_op 

Perl


$querydef->CreateTopNode(bool_op); 
Identifier
Description
querydef
A QueryDef object.
bool_op
A Long whose value is one of the BoolOp constants.
Return value
The new QueryFilterNode object.