Find

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWMinStringList > Methods >

Find

SIGNATURE=IW.Common.StrLists.TIWMinStringList.Find@string@Integer

 

ETYPE=Method

 

Declaration:

Delphi:

public function Find(const S: string; var Index: Integer): Boolean;

C++:

public: __fastcall bool Find(const String S, int Index);

 

Description: This is Find, a member of class TIWMinStringList.