Datasnap.Win.SConnect.TWebConnection.Send

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Send(const Data: IDataBlock): NativeInt; stdcall;

C++

HIDESBASE NativeInt __stdcall Send(const _di_IDataBlock Data);

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.Win.SConnect.pas
Datasnap.Win.SConnect.hpp
Datasnap.Win.SConnect TWebConnection

Description

Sends an interface call to the application server and returns the response.

The Send method is used to dispatch interface messages to the application server. It supplies an IDataBlock interface that encapsulates the interface from the application server.

See Also