REST.Backend.ServiceTypes.TBackendGroupsApi.FindGroup

From RAD Studio API Documentation
Jump to: navigation, search

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 */;

Properties

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

Description

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