REST.Client.TCustomRESTRequest.HandleEvent

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

Delphi

procedure HandleEvent(AEventHandler: TMethod);

C++

void __fastcall HandleEvent(Rest::Types::TMethod AEventHandler);

プロパティ

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


説明

指定されたイベント ディスパッチャを、SynchronizedEvents の値に応じて同期的または非同期的に実行します。

関連項目