Datasnap.Win.SConnect.TWebConnection.GetInterpreter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetInterpreter: TCustomDataBlockInterpreter; override;

C++

virtual TCustomDataBlockInterpreter* __fastcall GetInterpreter();

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.Win.SConnect.pas
Datasnap.Win.SConnect.hpp
Datasnap.Win.SConnect TWebConnection

Description

Returns the helper object that marshals interface calls for the web connection.

Web connection components internally use a data block interpreter to provide marshaling support. The GetInterpreter method returns the helper object that marshals interface calls for the web connection.

See Also