Xml.xmldom.IDOMPersist.save

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure save(destination: OleVariant); safecall;

C++

virtual HRESULT __safecall save(System::OleVariant destination) = 0 ;

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Xml.Xmldom.pas
Xml.xmldom.hpp
Xml.xmldom IDOMPersist


説明

xml をファイルに保存します。

destination パラメータで指定されたファイルに xml を保存するには、save メソッドを使用します。

関連項目