REST.Client.TCustomRESTClient.HandleEvent

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Propriétés

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


Description

Exécute un gestionnaire d'événement conformément à la propriété SynchronizedEvents.

Voir aussi