Datasnap.Win.SConnect.TCustomDataBlockInterpreter

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TCustomDataBlockInterpreter = class

C++

class PASCALIMPLEMENTATION TCustomDataBlockInterpreter : public System::TObject

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