RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStreamedConnection.GetInterpreter Method

Returns the value of the Interpreter property.

Pascal
function GetInterpreter: TCustomDataBlockInterpreter; virtual;
C++
virtual __fastcall TCustomDataBlockInterpreter GetInterpreter();

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!