REST.Backend.KinveyApi.TKinveyApi.RetrieveFile

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Propriétés

Type Visibilité  Source Unité  Parent
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 !