API:REST.Backend.EMSServices.TEMSUsersAPI.FindUser

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
REST.Backend.EMSServices.pas
REST.Backend.EMSServices.hpp
REST.Backend.EMSServices TEMSUsersAPI

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.