REST.Client.TCustomRESTClient.HandleEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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 */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTClient


Beschreibung

Führt entsprechend der Eigenschaft SynchronizedEvents eine Ereignisbehandlungsroutine aus.

Siehe auch