[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Add a name-value pair
Source position: classesh.inc line 704
public function TStrings.AddPair( |
const AName: string; |
const AValue: string |
const AName: string; |
const AValue: string; |
AObject: TObject |
):TStrings; overload; |
AddPair adds a Name=Value pair with the AName and AValue parameters, optionally with object AObject. It uses the correct NameValueSeparator character to do so.
AddPair does not test whether aName already exists, so it is possible to add duplicate names.
None.
|
Return both name and value of a name,value pair based on it's index. |
|
|
Value of the character used to separate name,value pairs |
|
|
Add a string to the list |
|
|
Add a string and associated object to the list. |