Datasnap.Win.SConnect.TCustomDataBlockInterpreter

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTCustomDataBlockInterpreter

Delphi

TCustomDataBlockInterpreter = class

C++

class PASCALIMPLEMENTATION TCustomDataBlockInterpreter : public System::TObject

Properties

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

Description

TCustomDataBlockInterpreter marshals COM interface calls for streamed connection components.

TCustomDataBlockInterpreter introduces the methods needed for marshaling the messages that pass between a client application and an application server in a multi-tiered database application.

Streamed connection components use data block interpreters to marshal of messages sent to and received from an application server. An object that supports the IDataBlock interface stores the messages themselves.

See Also