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 helper object that marshals interface calls for the web connection.
Web connection components internally use a data block interpreter to provide marshaling support. The GetInterpreter method returns the helper object that marshals interface calls for the web connection.