Datasnap.Win.SConnect.TStreamedConnection.GetInterpreter
Delphi
function GetInterpreter: TCustomDataBlockInterpreter; virtual;
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 | TStreamedConnection |
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.