setBoolean

The setBoolean method of the ObjectDictionary class creates a Boolean variable.

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

Parameters

name A string that specifies the variable to set.
b A Boolean variable.

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