REST.Client.TCustomRESTRequest.HandleEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure HandleEvent(AEventHandler: TMethod);

C++

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

Properties

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

Description

Runs the specified event dispatcher, synchronized or not, depending on the value of SynchronizedEvents.

See Also