Navigation: Code Documentation > RSCommon > GHashTable > Types
THashtable Type
Represents an array of the TGHashtableEntry type.
Namespace: GHashTable
Delphi
type THashtable = array [0..0] of TGHashtableEntry;
•GHashTable