API:REST.Backend.EMSApi.TEMSClientAPI.QueryGroups

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure QueryGroups(const AQuery: array of string;  const AJSONArray: TJSONArray); overload;
procedure QueryGroups(const AQuery: array of string;  const AJSONArray: TJSONArray; out AGroups: TArray<TGroup>); overload;

C++

void __fastcall QueryGroups(const System::UnicodeString *AQuery, const int AQuery_High, System::Json::TJSONArray* const AJSONArray)/* overload */;
void __fastcall QueryGroups(const System::UnicodeString *AQuery, const int AQuery_High, System::Json::TJSONArray* const AJSONArray, /* out */ System::DynamicArray<TGroup> &AGroups)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
REST.Backend.EMSApi.pas
REST.Backend.EMSApi.hpp
REST.Backend.EMSApi TEMSClientAPI

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.