RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataBlockInterpreter.InterpretData Method

Interprets a call received from a remote application server.

Pascal
procedure InterpretData(const Data: IDataBlock); override;
C++
virtual __fastcall InterpretData(const IDataBlock Data);

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). 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!