Xml.XMLDoc.TXMLNodeCollection.ItemTag
Delphi
property ItemTag: DOMString read FItemTag write FItemTag;
C++
__property System::UnicodeString ItemTag = {read=FItemTag, write=FItemTag};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | protected | Xml.XMLDoc.pas Xml.XMLDoc.hpp |
Xml.XMLDoc | TXMLNodeCollection |
Description
Indicates the tag name that occurs on the repeating child elements.
Applications can't use this protected property. It is used internally to identify the tag name that appears on members of this node collection.
ItemTag is interpreted in the context of the namespace specified by the ItemNS property.