REST.Client.TCustomRESTClient.HandleEvent

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

Delphi

procedure HandleEvent(AEventHandler: TMethod); overload; virtual;
class procedure HandleEvent(ASynchronizedEvents: Boolean; AEventHandler: TMethod); overload; static;

C++

virtual void __fastcall HandleEvent(Rest::Types::TMethod AEventHandler)/* overload */;
static void __fastcall HandleEvent(bool ASynchronizedEvents, Rest::Types::TMethod AEventHandler)/* overload */;

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTClient


説明

SynchronizedEvents プロパティに従い、イベント ハンドラを実行します。

関連項目