API:REST.Backend.EMSServices.TEMSLoginAPI.FindCurrentUser

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FindCurrentUser(const AObject: TBackendEntityValue;  AProc: TFindObjectProc): Boolean; overload;
function FindCurrentUser(const AObject: TBackendEntityValue;  out AUser: TBackendEntityValue; const AJSON: TJSONArray)

C++

bool __fastcall FindCurrentUser(const Rest::Backend::Metatypes::TBackendEntityValue &AObject, Rest::Backend::Servicetypes::_di_TFindObjectProc AProc)/* overload */;
bool __fastcall FindCurrentUser(const Rest::Backend::Metatypes::TBackendEntityValue &AObject, /* out */ Rest::Backend::Metatypes::TBackendEntityValue &AUser, System::Json::TJSONArray* const AJSON)/* overload */;

Properties

Type Visibility Source Unit Parent
function protected
REST.Backend.EMSServices.pas
REST.Backend.EMSServices.hpp
REST.Backend.EMSServices TEMSLoginAPI

Description

Embarcadero Technologies does not currently have any additional information.