Xml.Win.msxmldom.TMSXMLDOMDocumentFactory

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTMSXMLDOMDocumentFactory

Delphi

TMSXMLDOMDocumentFactory = class

C++

class PASCALIMPLEMENTATION TMSXMLDOMDocumentFactory : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
Xml.Win.msxmldom.pas
Xml.Win.msxmldom.hpp
Xml.Win.msxmldom Xml.Win.msxmldom

Description

TMSXMLDOMDocumentFactory is a global class object that instantiates the MSXML IXMLDOMDocument interface used by the TMSXMLDOMDocument class.

TMSXMLDOMDocumentFactory allows for setting DOM properties and specifying supported MSXML versions. This class replaces the legacy CreateDOMDocument global procedure.

See Also