EMS.Services.TEMSServices.GetService

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

Delphi

class function GetService<T: IInterface>: T;

C++

template<typename T> __classmethod T __fastcall GetService();

プロパティ

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


説明

指定されたサービス インターフェイスのオブジェクト インターフェイスを返します。

T パラメータは、EMS.Services ユニットの任意のサービス インターフェイスでかまいません。

対象となるサービスが EMS サーバーでサポートされていない場合、GetService は nil を返します。

関連項目