REST.Backend.KinveyApi.TKinveyApi.TRetrieveUserProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TRetrieveUserProc = reference to procedure(const AUser: TUser; const AObj: TJSONObject);

C++

__interface TRetrieveUserProc  : 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 user.

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

Parameter Description
AUser The user of TUser type.
AObj The JSON object of TJSONObject type.

See Also

See Also