Datasnap.Win.SConnect.TDataBlockInterpreter.InterpretData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InterpretData(const Data: IDataBlock); override;

C++

virtual void __fastcall InterpretData(const _di_IDataBlock Data);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Datasnap.Win.SConnect.pas
Datasnap.Win.SConnect.hpp
Datasnap.Win.SConnect TDataBlockInterpreter

Description

Interprets a call received from a remote application server.

Call InterpretData to respond to a COM interface call that is marshaled to a data block. The Data parameter specifies an IDataBlock interface that can be used to read the marshaled version of the message.

InterpretData reads the call, interprets it as an IDispatch call, and performs the appropriate actions (such as invoking a local COM interface).