REST.Client.TCustomRESTClient.HandleEvent

提供:RAD Studio API Documentation

Delphi

procedure HandleEvent(AEventHandler: TMethod); virtual;

C++

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

プロパティ

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


説明

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

関連項目