REST.Client.TCustomRESTClient.HandleEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure HandleEvent(AEventHandler: TMethod); virtual;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTClient

Description

Runs an event handler in accordance to the SynchronizedEvents property.

See Also