TXTextControl.XMLElements Property

Returns a collection of all XML elements with the same tag name.

Syntax

TXTextControl.XMLElements ElementName
Parameter Description
ElementName

Specifies the name of the XML elements. The returned collection object contains all XML elements with this name.

Data Types

XMLElements Collection object.

Limitations

Read only, run time only.

See Also