API:Datasnap.Win.SConnect.TWebConnection.GetInterpreter
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Datasnap.Win.SConnect.pas Datasnap.Win.SConnect.hpp
| |
| Unit: Datasnap.Win.SConnect | |
| Parent: TWebConnection | |
Delphi
function GetInterpreter: TCustomDataBlockInterpreter; override;
C++
virtual TCustomDataBlockInterpreter* __fastcall GetInterpreter();
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.