XmlElement.HasElements() Method
Version: Available or changed with runtime version 1.0.
Gets a value indicating whether this element has at least one child element.
Syntax
Value := XmlElement.HasElements()
Note
This method can be invoked using property access syntax.
Parameters
XmlElement
Type: XmlElement
An instance of the XmlElement data type.
Return Value
Value
Type: Boolean
true if this element has at least one child element, otherwise false.
Related information
XmlElement Data Type
Get Started with AL
Developing Extensions