API:REST.Backend.ServiceTypes.TBackendGroupsApi.FindGroup

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function FindGroup(const AMetaObject: TBackendEntityValue; AProc: TFindObjectProc): Boolean; overload;
function FindGroup(const AGroupName: string; AProc: TFindObjectProc): Boolean; overload;

C++

bool __fastcall FindGroup(const Rest::Backend::Metatypes::TBackendEntityValue &AMetaObject, _di_TFindObjectProc AProc)/* overload */;
bool __fastcall FindGroup(const System::UnicodeString AGroupName, _di_TFindObjectProc AProc)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
REST.Backend.ServiceTypes.pas
REST.Backend.ServiceTypes.hpp
REST.Backend.ServiceTypes TBackendGroupsApi

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.