REST.Backend.KinveyApi.TKinveyApi.InvokeEndpoint

De RAD Studio API Documentation
Aller à : navigation, rechercher

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 */;

Propriétés

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

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !