REST.Backend.ServiceTypes.IBackendUsersApi.QueryUserName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function QueryUserName(const AUserName: string; AProc: TFindObjectProc): Boolean; overload;
function QueryUserName(const AUserName: string; out AUser: TBackendEntityValue; const AJSON: TJSONArray): Boolean; overload;

C++

virtual bool __fastcall QueryUserName(const System::UnicodeString AUserName, _di_TFindObjectProc AProc) = 0 /* overload */;
virtual bool __fastcall QueryUserName(const System::UnicodeString AUserName, /* out */ Rest::Backend::Metatypes::TBackendEntityValue &AUser, System::Json::TJSONArray* const AJSON) = 0 /* overload */;

Properties

Type Visibility Source Unit Parent
function public
REST.Backend.ServiceTypes.pas
REST.Backend.ServiceTypes.hpp
REST.Backend.ServiceTypes IBackendUsersApi

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!