XmlComment.Create(Text) Method
Version: Available or changed with runtime version 1.0.
Creates an XmlComment node.
Syntax
Comment := XmlComment.Create(Value: Text)
Parameters
Value
Type: Text
A string that contains the contents of the new XmlComment node.
Return Value
Comment
Type: XmlComment
The created XmlComment node.
Related information
XmlComment Data Type
Get Started with AL
Developing Extensions