XML Programming

Controls and Objects

Control/Object Description
XMLElement An XMLElement object is an OLE Automation object that represents an element in an XML document.
XMLElements A XMLElements collection object is an OLE Automation object whose members represent all XML elements with a certain tag name.

Properties

Property Description
TXTextControl.XMLEditMode Specifies whether Text Control operates in an edit mode that validates the XML document according to the document's DTD.
TXTextControl.XMLElements Returns a collection of all XML elements with the same tag name.

Events

Event Description
TXTextControl.XMLInvalid Occurs when a loaded XML document cannot be validated with the document type definition (DTD) referenced in the document.
TXTextControl.XMLNotWellFormed Occurs when a loaded XML document is not well-formed.