Exists

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWListBase > Methods >

Exists

SIGNATURE=IW.Common.Lists.TIWListBase.Exists@Pointer

 

ETYPE=Method

 

Declaration:

Delphi:

public function Exists(Item: Pointer): Boolean;

C++:

public: __fastcall bool Exists(void * Item);

 

Description: This is Exists, a member of class TIWListBase.