API:REST.Client.TRESTRequestParameterList.AddObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddObject(AObject: TObject); overload;
procedure AddObject(AObject: TObject; WhiteList: TStrings); overload;

C++

void __fastcall AddObject(System::TObject* AObject)/* overload */;
void __fastcall AddObject(System::TObject* AObject, System::Classes::TStrings* WhiteList)/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
REST.Client.pas
REST.Client.hpp
REST.Client TRESTRequestParameterList

Description

Embarcadero Technologies does not currently have any additional information.