Datasnap.Win.SConnect.TStreamedConnection.Interpreter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Interpreter: TCustomDataBlockInterpreter read GetInterpreter;

C++

__property TCustomDataBlockInterpreter* Interpreter = {read=GetInterpreter};

Properties

Type Visibility Source Unit Parent
property protected
Datasnap.Win.SConnect.pas
Datasnap.Win.SConnect.hpp
Datasnap.Win.SConnect TStreamedConnection

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