API:Xml.Win.msxmldom.TMSXMLDOMDocumentFactory.TDOMProperty

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

    TDOMProperty = record
      Name: DomString;
      Value: OleVariant;
    end;

C++

struct DECLSPEC_DRECORD TDOMProperty
{
public:
    System::UnicodeString Name;
    System::OleVariant Value;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
Xml.Win.msxmldom.pas
Xml.Win.msxmldom.hpp
Xml.Win.msxmldom TMSXMLDOMDocumentFactory

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!