Xml.XmlTransform.TXMLTransform.ResultString

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

Delphi

property ResultString: string read GetResultString;

C++

__property System::UnicodeString ResultString = {read=GetResultString};

プロパティ

種類 可視性 ソース ユニット
property public
Xml.XmlTransform.pas
Xml.XmlTransform.hpp
Xml.XmlTransform TXMLTransform

説明

変換の結果を指定します。

ResultString プロパティを読み出すと,変換の結果を XML 文字列として取得できます。ResultString は,TransformXML メソッドを呼び出して変換を実行すると作成されます。

関連項目