REST.Backend.KinveyApi.TKinveyApi.FileFromObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FileFromObject(const AFileName: string; const AJSONObject: TJSONObject): TFile; overload;
function FileFromObject(const AJSONObject: TJSONObject): TFile; overload;

C++

TFile __fastcall FileFromObject(const System::UnicodeString AFileName, System::Json::TJSONObject* const AJSONObject)/* overload */;
TFile __fastcall FileFromObject(System::Json::TJSONObject* const AJSONObject)/* overload */;

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.