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;

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!