Navigation: Code Documentation > RSCommon > GHashTable > Classes > TGCustomHashtable > Constructors
TGCustomHashtable.Create(Cardinal,Single) Constructor
Initializes a new instance of the TGCustomHashtable class.
Namespace: GHashTable
Delphi
public constructor Create( const NewCapacity: Cardinal = INITIAL_CAPACITY; const NewLoadFactor: Single = LOAD_FACTOR ); virtual;
Parameters
NewCapacity
Type: Cardinal
NewLoadFactor
Type: Single
•TGCustomHashtable
•GHashTable