Soap.OPConvert.IOPConvert.SetEncoding

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetEncoding(const Encoding: DOMString);

C++

virtual void __fastcall SetEncoding(const System::UnicodeString Encoding) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Soap.OPConvert.pas
Soap.OPConvert.hpp
Soap.OPConvert IOPConvert

Description

Sets the value of the Encoding property.

SetEncoding is the write implementation for the Encoding property.

Encoding is the name of the new encoding to use for method calls.

See Also