Xml.Win.msxmldom.TMSXMLDOMDocumentFactory.AddDOMProperty

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Propriétés

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


Description

Ajoute une propriété DOM à la liste DOMProperties.

Voici un exemple de syntaxe d'appel de AddDOMProperty :

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

Voir aussi