REST.Backend.KinveyApi.TKinveyApi.RetrieveFile

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
function public
REST.Backend.KinveyApi.pas
REST.Backend.KinveyApi.hpp
REST.Backend.KinveyApi TKinveyApi

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。