RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebConnection.GetInterpreter Method

Returns the value of the Interpreter property.

Pascal
function GetInterpreter: TCustomDataBlockInterpreter; override;
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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!