REST.Client.TRESTClient.OnReceiveDataEx

From RAD Studio API Documentation

Delphi

property OnReceiveDataEx;

C++

__property OnReceiveDataEx;

Properties

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

Description

Event that allows access to the just-read data. REST.Client.TRESTClient.OnReceiveDataEx inherits from REST.Client.TCustomRESTClient.OnReceiveDataEx. All content below this line refers to REST.Client.TCustomRESTClient.OnReceiveDataEx.

Event that allows access to the just-read data.

See Also