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