FindName

<< Click to Display Table of Contents >>

Navigation:  Classes > TNameValueAnsiStringList > Methods >

FindName

SIGNATURE=IW.Common.StrLists.TNameValueAnsiStringList.FindName@AnsiString@Integer

 

ETYPE=Method

 

Declaration:

Delphi:

public function FindName(const AName: AnsiString; var Index: Integer): Boolean;

C++:

public: __fastcall bool FindName(const String AName, int Index);

 

Description: This is FindName, a member of class TNameValueAnsiStringList.