API:REST.Backend.KinveyApi.TKinveyApi.RetrieveFile

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.