Datasnap.Win.SConnect.TDataBlockInterpreter

From RAD Studio API Documentation
Jump to: navigation, search

Datasnap.Win.SConnect.TCustomDataBlockInterpreterSystem.TObjectTDataBlockInterpreter
[–] Properties
Type: class
Visibility: public
Source:
Datasnap.Win.SConnect.pas
Datasnap.Win.SConnect.hpp
Unit: Datasnap.Win.SConnect
Parent: Datasnap.Win.SConnect

Delphi

TDataBlockInterpreter = class(TCustomDataBlockInterpreter)

C++

class PASCALIMPLEMENTATION TDataBlockInterpreter : public TCustomDataBlockInterpreter

Description

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

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.

See Also