Xml.XMLDoc.TXMLDocument.SaveToXMLStrings

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SaveToXMLStrings;

C++

void __fastcall SaveToXMLStrings();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Xml.XMLDoc.pas
Xml.XMLDoc.hpp
Xml.XMLDoc TXMLDocument

Description

Saves the XML document to an internal string list.

The SaveToXMLStrings procedure saves the content of the XML document to a TStringList. SaveToXMLStrings writes the content of the XML document in Unicode.

See Also