EMS.ResourceAPI.TEndpointParams.DoAdd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoAdd(const AName, AValue: string); virtual;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
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.

Add calls DoAdd.

See Also