|
<< Click to Display Table of Contents >> Navigation: Classes > TIWSimpleStringList > Methods > Find |
SIGNATURE=IW.Common.StrLists.TIWSimpleStringList.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 TIWSimpleStringList.