API:REST.Backend.KinveyApi.TKinveyApi.RetrieveFile

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function RetrieveFile(const AFileID: string; out AFile: TFile; const AJSON: TJSONArray; AProc: TRetrieveFileProc): Boolean; overload;
function RetrieveFile(const AFile: TFile; AProc: TRetrieveFileProc): Boolean; overload;
function RetrieveFile(const AFile: TFile; out AFoundFile: TFile; const AJSON: TJSONArray = nil): Boolean; overload;
function RetrieveFile(const AFileID: string; out AFile: TFile; const AJSON: TJSONArray = nil): Boolean; overload;
function RetrieveFile(const AFileID: string; AProc: TRetrieveFileProc): Boolean; overload;

C++

bool __fastcall RetrieveFile(const System::UnicodeString AFileID, /* out */ TFile &AFile, System::Json::TJSONArray* const AJSON, _di_TRetrieveFileProc AProc)/* overload */;
bool __fastcall RetrieveFile(const TFile &AFile, _di_TRetrieveFileProc AProc)/* overload */;
bool __fastcall RetrieveFile(const TFile &AFile, /* out */ TFile &AFoundFile, System::Json::TJSONArray* const AJSON = (System::Json::TJSONArray*)(0x0))/* overload */;
bool __fastcall RetrieveFile(const System::UnicodeString AFileID, /* out */ TFile &AFile, System::Json::TJSONArray* const AJSON = (System::Json::TJSONArray*)(0x0))/* overload */;
bool __fastcall RetrieveFile(const System::UnicodeString AFileID, _di_TRetrieveFileProc AProc)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
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.