EMS.ResourceAPI.TEndpointParams.Add

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Add(const AName, AValue: string);

C++

void __fastcall Add(const System::UnicodeString AName, const System::UnicodeString AValue);

Properties

Type Visibility Source Unit Parent
procedure
function
public
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
EMS.ResourceAPI TEndpointParams

Description

Adds a parameter with the specified name and value to the list of parameters.

You can add two or more parameters with the same parameter name. New parameters never overwrite existing parameters, they are simply added at the end of the list.

See Also