Clear

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWLFHashTableBase > Methods >

Clear

SIGNATURE=IWLFHashTable32.TIWLFHashTableBase.Clear@Boolean

 

ETYPE=Method

 

Declaration:

Delphi:

public procedure Clear(AFreeItems: Boolean);

C++:

void public: __fastcall Clear(bool AFreeItems);

 

Description: clear all items in a lock free way. Use it in destruction only