SetItem

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWLFHashTable > Methods >

SetItem

SIGNATURE=IWLFHashTable.TIWLFHashTable.SetItem@Integer@Pointer

 

ETYPE=Method

 

Declaration:

Delphi:

public function SetItem(const Key: Integer; Value: Pointer): Boolean;

C++:

public: __fastcall bool SetItem(const int Key, void * Value);

 

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