Add

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWNameValueList > Methods >

Add

SIGNATURE=IW.Common.StrLists.TIWNameValueList.Add@string@string

 

ETYPE=Method

 

Declaration:

Delphi:

public function Add(const AName: string; const AValue: string = ''): Integer;

C++:

public: __fastcall int Add(const String AName, const String AValue = "");

 

Description: This is Add, a member of class TIWNameValueList.