API:REST.Client.TRESTRequest.OnBeforeExecute

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnBeforeExecute;

C++

__property OnBeforeExecute;

Properties

Type Visibility Source Unit Parent
event published
REST.Client.pas
REST.Client.hpp
REST.Client TRESTRequest

Description

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

REST.Client.TRESTRequest.OnBeforeExecute inherits from REST.Client.TCustomRESTRequest.OnBeforeExecute. All content below this line refers to REST.Client.TCustomRESTRequest.OnBeforeExecute.

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

See Also