XMLElements Collection Object
A XMLElements collection object is an OLE Automation object whose members represent all XML elements with a certain tag name. The members of an XMLElements collection object are OLE Automation objects of the class XMLElement. An XMLElements collection object can be obtained with the TXTextControl.XMLElements property.
Syntax
Properties
| Property | | Description |
| Count | | Returns the number of XMLElement objects in the collection. |
| InputItemIndex | | Returns the index of the element with the current input position in the collection. |
Methods
See Also