Xml.Win.msxmldom.TMSXMLDOMDocumentFactory.TDOMProperty
Delphi
TDOMProperty = record
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).