setBoolean

The setBoolean RequestDictionary class method creates a Boolean variable.

public void setBoolean(java.lang.String name, boolean b);

Parameters

Objvar A string that specifies the variable to set.
Dictionary A valid RequestDictionary.
name String describing the name of the Boolean to add to the RequestDictionary.
b A Boolean variable.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.