EMS.Services.TEMSInternalAPI.RetrieveGroup

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
EMS.Services.pas
EMS.Services.hpp
Unit: EMS.Services
Parent: TEMSInternalAPI

Delphi

function RetrieveGroup(const AGroupName: string; out AResponse: IEMSResourceResponseContent): Boolean;

C++

bool __fastcall RetrieveGroup(const System::UnicodeString AGroupName, /* out */ _di_IEMSResourceResponseContent &AResponse);

Description

Retrieves the field data from the EMS Server for the specified EMS Group.

RetrieveGroup gets the field data for the AGroupName from the EMS Server. The RetrieveGroup method puts the response from the resource in the AResponse parameter.

RetrieveGroup returns False if the response request status code is 404 (the EMS Group is Not found). Otherwise, RetrieveGroup returns True.

See Also