Language Reference Guide : System Classes : HashTable Class : GetEntries Method
 
Share this page          
GetEntries Method
The GetEntries method gets all entries (key and object mappings) of a HashTable.
This method has the following syntax:
array of HashTableEntry = HashTable.GetEntries()
This method returns an array of HashTableEntry objects. It returns NULL if an error occurred.