API:REST.Backend.KinveyApi.TKinveyApi.FileFromObject

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
REST.Backend.KinveyApi.pas
REST.Backend.KinveyApi.hpp
REST.Backend.KinveyApi TKinveyApi

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.