Xml.Win.msxmldom.TMSXMLDOMDocumentFactory.TDOMProperty

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

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


Description

Définit une propriété DOM ayant un nom (chaîne) et une valeur (OleVariant).

Voir aussi