Xml.xmldom.IDOMPersist.save
Delphi
procedure save(destination: OleVariant); safecall;
C++
virtual HRESULT __safecall save(const System::OleVariant destination) = 0 ;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
procedure function |
public | Xml.Xmldom.pas Xml.xmldom.hpp |
Xml.xmldom | IDOMPersist |
説明
xml をファイルに保存します。
destination パラメータで指定されたファイルに xml を保存するには、save メソッドを使用します。