Create

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWLFHashTable > Methods >

Create

SIGNATURE=IWLFHashTable.TIWLFHashTable.Create@Integer@Boolean

 

ETYPE=Method

 

Declaration:

Delphi:

public constructor Create(ASize: Integer; AKeyIsHash: Boolean = False);

C++:

public: __fastcall TIWLFHashTable(int ASize, bool AKeyIsHash = False);

 

Description: This is Create, a member of class TIWLFHashTable.