Xml.Win.msxmldom.TMSXMLDOMDocumentFactory.SetDOMProperties

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure SetDOMProperties(DOMDocument: IXMLDOMDocument2); virtual;

C++

__classmethod virtual void __fastcall SetDOMProperties(_di_IXMLDOMDocument2 DOMDocument);

Properties

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

Description

Cycles through all the DOM properties of the given DOMDocument and sets the second-level properties for it. If the value of one of the properties is null, then it means that the property is disabled.

See Also