API:Xml.XMLIntf.IXMLNode.Attributes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Attributes[const AttrName: DOMString]: OleVariant read GetAttribute write SetAttribute;

C++

__property System::OleVariant Attributes[const System::UnicodeString AttrName] = {read=GetAttribute, write=SetAttribute};

Properties

Type Visibility Source Unit Parent
property public
Xml.XMLIntf.pas
Xml.XMLIntf.hpp
Xml.XMLIntf IXMLNode

Description

Embarcadero Technologies does not currently have any additional information.