Xml.Win.msxmldom.TMSXMLDOMDocumentFactory.AddDOMProperty

From RAD Studio API Documentation
Jump to: navigation, search

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);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Xml.Win.msxmldom.pas
Xml.Win.msxmldom.hpp
Xml.Win.msxmldom TMSXMLDOMDocumentFactory

Description

Adds a DOM property to the DOMProperties list.

An example of AddDOMProperty calling syntax is:

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

See Also