LookUp

<< Click to Display Table of Contents >>

Navigation:  Classes > THashTable > Methods >

LookUp

SIGNATURE=IWHashTable.THashTable.LookUp@string

 

ETYPE=Method

 

Declaration:

Delphi:

public function LookUp(const AKey: string): TObject;

C++:

public: __fastcall TObject * LookUp(const String AKey);

 

Description: This is LookUp, a member of class THashTable.