REST.Backend.KinveyApi.TKinveyApi.TLoginProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TLoginProc = reference to procedure(const ALogin: TLogin; const AObj: TJSONObject);

C++

__interface TLoginProc  : 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 login.

TLoginProc is a reference to a procedure (anonymous method) that is used to login. TLoginProc takes the following parameters:

Parameter Description
ALogin The login of TLogin type.
AObj The JSON object of TJSONObject type.

See Also