REST.Client.TCustomRESTRequest.OnBeforeExecute

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnBeforeExecute: TCustomRESTRequestNotifyEvent read FOnBeforeExecute write FOnBeforeExecute;

C++

__property TCustomRESTRequestNotifyEvent OnBeforeExecute = {read=FOnBeforeExecute, write=FOnBeforeExecute};

Properties

Type Visibility Source Unit Parent
event public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTRequest

Description

Occurs before starting the request (i.e., before starting the Execute method).

See Also