System Reference Summary : System Classes : HashTable Class : HashTable Methods
 
Share this page          
HashTable Methods
Other methods are detailed in IntegerHashTable Methods and StringHashTable Methods, which actually implement the methods.
Method
Return
Value
Description
Inherited From
Duplicate()
Object
Makes a duplicate of the object, placing a reference to the new object in a reference variable
Object
GetAttribute
(
attributename = byref(variable)
{,attributename = byref(variable)})
integer
Gets the values of any number of attributes for the object
Object
GetEntries()
array of HashTableEntry
Gets all entries (key and object mappings) of a HashTable
Defined
IsA
(class =
classname)
integer
Returns TRUE if the object is of the same class as, or one of the subclasses of, the class specified by classname
Object
LoadEntries
(entries =
array of HashTableEntry)
array of HashTableEntry
Loads entries from the "entries" array into the HashTable
Defined
SetAttribute
(
attributename = value
{,attributename = value})
integer
Sets any number of attributes for the object
Object