setObject

The setObject method of the ObjectDictionary class creates an object variable.

public void setObject(java.lang.String name, java.lang.Object o) ;

Parameters

name A string that specifies the variable to set.
o An object variable.

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