API:Datasnap.Win.SConnect.TWebConnection.GetInterpreter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetInterpreter: TCustomDataBlockInterpreter; override;

C++

virtual TCustomDataBlockInterpreter* __fastcall GetInterpreter(void);

Properties

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

Description

Returns the value of the Interpreter property.

Datasnap.Win.SConnect.TWebConnection.GetInterpreter inherits from Datasnap.Win.SConnect.TStreamedConnection.GetInterpreter. All content below this line refers to Datasnap.Win.SConnect.TStreamedConnection.GetInterpreter.

Returns the value of the Interpreter property.

GetInterpreter is the protected read implementation of the Interpreter property. As implemented in TStreamedConnection, GetInterpreter instantiates a TDataBlockInterpreter object.

See Also