EMS.ResourceTypes.TEMSResourceEndPointSuffix.THandlerProc

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

Delphi

THandlerProc = reference to procedure(const Sender: TObject; const AContext: TEndpointContext;
const ARequest: TEndpointRequest; const AResponse: TEndpointResponse);

C++

__interface THandlerProc  : public System::IInterface

プロパティ

種類 可視性 ソース ユニット
anonMethod
class
public
EMS.ResourceTypes.pas
EMS.ResourceTypes.hpp
EMS.ResourceTypes TEMSResourceEndPointSuffix


説明

エンドポイント コンテキストとその要求を指定されて適切な応答を生成する手続きの型です。

Sender パラメータは、この手続きの実装を所有している TEMSResourceEndPointSuffix インスタンスです。

関連項目