EMS.Services.TEMSInternalAPI.QueryGroups

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function QueryGroups(const AQuery: TQueryParams): IEMSResourceResponseContent;

C++

_di_IEMSResourceResponseContent __fastcall QueryGroups(const System::DynamicArray<System::Generics::Collections::TPair__2<System::UnicodeString,System::UnicodeString> > AQuery);

プロパティ

種類 可視性 ソース ユニット
function public
EMS.Services.pas
EMS.Services.hpp
EMS.Services TEMSInternalAPI


説明

クエリ パラメータを使って EMS サーバーから EMS グループを取得します。

QueryGroups では、AQuery パラメータを使って EMS グループ リソースへのクエリを発行します。 AQuery パラメータが空の場合、応答結果はフィルタリングも順序付けもされません。

QueryGroups では、リソースからの応答を読み取るための IEMSResourceResponseContent を返します。

関連項目