RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataBlockInterpreter Class

TDataBlockInterpreter marshals COM interface calls for non COM-based connection components.

Pascal
TDataBlockInterpreter = class(TCustomDataBlockInterpreter);
C++
class TDataBlockInterpreter : public TCustomDataBlockInterpreter;

SConnect

Many streamed connection components use TDataBlockInterpreter to handle the marshaling of messages sent to and received from an application server. An object that supports the IDataBlock interface stores the messages themselves. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!