Xml.Win.msxmldom.TMSXMLDOMDocumentFactory.AddDOMProperty

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

Delphi

class procedure AddDOMProperty(const PropName: DomString; PropValue: OleVariant;
UpdateExisting: Boolean = True);

C++

__classmethod void __fastcall AddDOMProperty(const System::UnicodeString PropName, const System::OleVariant &PropValue, bool UpdateExisting = true);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Xml.Win.msxmldom.pas
Xml.Win.msxmldom.hpp
Xml.Win.msxmldom TMSXMLDOMDocumentFactory

説明

DOM プロパティを DOMProperties リストに追加します。

AddDOMProperty の呼び出し構文は次の通りです:

 Xml.Win.msxmldom.MSXMLDOMDocumentFactory.AddDOMProperty('ProhibitDTD', False, True);

関連項目