REST.Client.TRESTClient.OnReceiveData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnReceiveData;

C++

__property OnReceiveData;

Properties

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

Description

Event fired when the client is receiving response body data.

REST.Client.TRESTClient.OnReceiveData inherits from REST.Client.TCustomRESTClient.OnReceiveData. All content below this line refers to REST.Client.TCustomRESTClient.OnReceiveData.

Event fired when the client is receiving response body data.

See Also