Xml.Win.msxmldom.TMSXMLDOMDocumentFactory.AddDOMProperty

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
Xml.Win.msxmldom.pas
Xml.Win.msxmldom.hpp
Xml.Win.msxmldom TMSXMLDOMDocumentFactory

Beschreibung

Fügt der DOMProperties-Liste eine DOM-Eigenschaft hinzu.

Ein Beispiel für eine AddDOMProperty-Aufrufsyntax:

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

Siehe auch