RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTTPRIO.Converter Property

Handles the marshaling and unmarshaling of calls to an invokable interface.

Pascal
property Converter: TOPToSoapDomConvert;
C++
__property TOPToSoapDomConvert Converter;

THTTPRIO uses Converter internally to marshal and unmarshal calls to an invokable interface. That is, when the THTTPRIO object has been typecast to an invokable interface, it implements each method call by using Converter to marshal the call from an internal format into an encoding protocol, and to unmarshal any return values after that call is executed. 

 

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