Xml.XMLIntf.IXMLDocument.SetEncoding

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetEncoding(const Value: DOMString);

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
Xml.XMLIntf.pas
Xml.XMLIntf.hpp
Xml.XMLIntf IXMLDocument

Description

Sets the value of the Encoding property.

SetEncoding is the write implementation of the Encoding property.

Value is the value of the encoding attribute of the document type node.

See Also