REST.Client.TAuthenticateEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TAuthenticateEvent = procedure(ARequest: TCustomRESTRequest; var ADone: Boolean) of object;

C++

typedef void __fastcall (__closure *TAuthenticateEvent)(TCustomRESTRequest* ARequest, bool &ADone);

Properties

Type Visibility Source Unit Parent
type
typedef
public
REST.Client.pas
REST.Client.hpp
REST.Client REST.Client

Description

Embarcadero Technologies does not currently have any additional information.