API: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

TCustomDataBlockInterpreter marshals COM interface calls for streamed connection components.

Datasnap.Win.SConnect.TDataBlockInterpreter inherits from Datasnap.Win.SConnect.TCustomDataBlockInterpreter. All content below this line refers to Datasnap.Win.SConnect.TCustomDataBlockInterpreter.

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