Datasnap.Win.SConnect.TStreamedConnection.Interpreter

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: protected
Source:
Datasnap.Win.SConnect.pas
Datasnap.Win.SConnect.hpp
Unit: Datasnap.Win.SConnect
Parent: TStreamedConnection

Delphi

property Interpreter: TCustomDataBlockInterpreter read GetInterpreter;

C++

__property TCustomDataBlockInterpreter* Interpreter = {read=GetInterpreter};

Description

Provides access to the helper object that marshals interface calls for the streamed connection.

Streamed connection components use a data block interpreter internally to provide marshaling support.

See Also