REST.Backend.KinveyApi.TKinveyApi.TRetrieveFileProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TRetrieveFileProc = reference to procedure(const AFile: TFile; const AObj: TJSONObject);

C++

__interface TRetrieveFileProc  : public System::IInterface

Properties

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

Description

Reference to a procedure that is used to retrieve a file.

TRetrieveFileProc is a reference to a procedure (anonymous method) that is used to retrieve a file. TRetrieveFileProc takes the following parameters:

Parameter Description
AFile The file of TFile type.
AObj The JSON object of TJSONObject type.

See Also