EMS.Services.TEMSInternalAPI.QueryModuleResources

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

Delphi

function QueryModuleResources(const AQuery: TQueryParams): IEMSResourceResponseContent; overload;
function QueryModuleResources(const AModuleName: string; const AQuery: TQueryParams): IEMSResourceResponseContent; overload;

C++

_di_IEMSResourceResponseContent __fastcall QueryModuleResources(const System::DynamicArray<System::Generics::Collections::TPair__2<System::UnicodeString,System::UnicodeString> > AQuery)/* overload */;
_di_IEMSResourceResponseContent __fastcall QueryModuleResources(const System::UnicodeString AModuleName, const System::DynamicArray<System::Generics::Collections::TPair__2<System::UnicodeString,System::UnicodeString> > AQuery)/* overload */;

プロパティ

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


説明

クエリ パラメータを使って EMS サーバーから EMS エッジモジュール リソースを取得します。

QueryModuleResources は、AQuery パラメータを使って、EMS サーバー内の EMS エッジモジュール リソースの問い合わせを行います。 AQuery パラメータが空であれば、EMS サーバーからの応答では、すべてのデータが絞り込まずに順不同で返されます。

QueryModuleResources メソッドはオーバーロードされています。QueryModuleResources が受け取るパラメータは次のとおりです。

  • AQueryQueryModuleResources がパラメータとして要求に追加する文字列の配列です。
  • AModuleName は、EMS モジュール リソースを取得する EMS エッジモジュール リソースです。

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

関連項目