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

Defines a DOM property that has a name (string) and a value (OleVariant).

See Also