RequestDictionary Class Methods

The RequestDictionary class provides the following methods:

clone returns an object that is a copy of the ObjectDictionary.
elements returns an IEnumerator object that contains the items in the dictionary.
get returns an item from the dictionary.
getBoolean returns a Boolean variable.
getByte returns a byte variable.
getChar returns a char variable.
getCount retrieves the number of objects in the dictionary.
getDate returns a long variable representing a date.
getDouble returns a double variable.
getFloat returns a float variable.
getInt returns an integer variable.
getLong returns a long variable.
getObject returns an object variable.
getShort returns a short variable.
getString returns a string variable.
getType returns an integer variable indicating the type for a variable.
getVariant returns a VARIANT variable.
hasMoreItems returns a Boolean indicating whether there are more items in the dictionary.
isEmpty returns a Boolean indicating whether there are any items in the dictionary.
keys returns an IEnumerator object that contains the key values for the dictionary.
nextItem returns the next item stored in an enumerator.
put adds an item to the dictionary.
remove method is not supported.
reset returns the ObjectDictionary to the first item.
setBoolean assigns a value to a Boolean variable.
setByte assigns a value to a byte variable.
setDate assigns a value to a long variable representing a date.
setDouble assigns a value to a double variable.
setFloat assigns a value to a float variable.
setInt assigns a value to an integer variable.
setObject assigns a value to an object variable.
setShort assigns a value to a short variable.
setString assigns a value to a string variable.
setVariant assigns a value to a VARIANT variable.
size returns a VARIANT that represents the number of objects in the RequestDictionary.

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