Datasnap.Win.SConnect.TDataBlockInterpreter

From RAD Studio API Documentation
Jump to: navigation, search

Datasnap.Win.SConnect.TCustomDataBlockInterpreterSystem.TObjectTDataBlockInterpreter

Delphi

TDataBlockInterpreter = class(TCustomDataBlockInterpreter)

C++

class PASCALIMPLEMENTATION TDataBlockInterpreter : public TCustomDataBlockInterpreter

Properties

Type Visibility Source Unit Parent
class public
Datasnap.Win.SConnect.pas
Datasnap.Win.SConnect.hpp
Datasnap.Win.SConnect Datasnap.Win.SConnect

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