CreateTopNode

Description

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

Syntaxe

VBScript

querydef.CreateTopNode bool_op 

Perl

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

Commentaires en retour