REST.Backend.KinveyApi.TKinveyApi.InvokeEndpoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InvokeEndpoint(const AEndpointName: string; const AJSONParameters: TJSONObject; AReset: Boolean; ACheckError: Boolean); overload;
procedure InvokeEndpoint(const AEndpointName: string; const AJSONParameters: TJSONObject; const AJSONResult: TJSONArray); overload;

C++

void __fastcall InvokeEndpoint(const System::UnicodeString AEndpointName, System::Json::TJSONObject* const AJSONParameters, bool AReset, bool ACheckError)/* overload */;
void __fastcall InvokeEndpoint(const System::UnicodeString AEndpointName, System::Json::TJSONObject* const AJSONParameters, System::Json::TJSONArray* const AJSONResult)/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
REST.Backend.KinveyApi.pas
REST.Backend.KinveyApi.hpp
REST.Backend.KinveyApi TKinveyApi

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!