REST.Backend.KinveyApi.TKinveyApi.TQueryUserNameProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

__interface TQueryUserNameProc  : 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 query a user name.

TQueryUserNameProc is a reference to a procedure (anonymous method) that is used to query a user name. TQueryUserNameProc takes the following parameters:

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

See Also