XmlElement.IsEmpty() Method
Version: Available or changed with runtime version 1.0.
Gets a value indicating whether this element contains no content.
Syntax
Value := XmlElement.IsEmpty()
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 does not have content, otherwise false.
Related information
XmlElement Data Type
Get Started with AL
Developing Extensions