Xml.xmldom.IDOMPersist.save
Delphi
procedure save(destination: OleVariant); safecall;
C++
virtual HRESULT __safecall save(System::OleVariant destination) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | Xml.Xmldom.pas Xml.xmldom.hpp |
Xml.xmldom | IDOMPersist |
Description
Saves the xml to a file.
Use the save method to save the xml to the file specified by the destination parameter.