REST.Backend.ParseApi.TParseApi.RetrieveUser

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function RetrieveUser(const ASessionID, AObjectID: string; out AUser: TUser; const AJSON: TJSONArray; AProc: TRetrieveUserProc; AReset: Boolean): Boolean; overload;
function RetrieveUser(const AObjectID: string; AProc: TRetrieveUserProc): Boolean; overload;
function RetrieveUser(const AObjectID: string; out AUser: TUser; const AJSON: TJSONArray = nil): Boolean; overload;
function RetrieveUser(const ALogin: TLogin; AProc: TRetrieveUserProc): Boolean; overload;
function RetrieveUser(const ALogin: TLogin; out AUser: TUser; const AJSON: TJSONArray): Boolean; overload;

C++

bool __fastcall RetrieveUser(const System::UnicodeString ASessionID, const System::UnicodeString AObjectID, /* out */ TUser &AUser, System::Json::TJSONArray* const AJSON, _di_TRetrieveUserProc AProc, bool AReset)/* overload */;
bool __fastcall RetrieveUser(const System::UnicodeString AObjectID, _di_TRetrieveUserProc AProc)/* overload */;
bool __fastcall RetrieveUser(const System::UnicodeString AObjectID, /* out */ TUser &AUser, System::Json::TJSONArray* const AJSON = (System::Json::TJSONArray*)(0x0))/* overload */;
bool __fastcall RetrieveUser(const TLogin &ALogin, _di_TRetrieveUserProc AProc)/* overload */;
bool __fastcall RetrieveUser(const TLogin &ALogin, /* out */ TUser &AUser, System::Json::TJSONArray* const AJSON)/* overload */;

Properties

Type Visibility Source Unit Parent
function public
REST.Backend.ParseApi.pas
REST.Backend.ParseApi.hpp
REST.Backend.ParseApi TParseApi

Description

Embarcadero Technologies does not currently have any additional information.