Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.25 KB

xmldeclaration-remove-method.md

File metadata and controls

38 lines (32 loc) · 1.25 KB
title description ms.author ms.date ms.topic author ms.reviewer
XmlDeclaration.Remove() Method
Removes this node from its parent element.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

XmlDeclaration.Remove() Method

Version: Available or changed with runtime version 1.0.

Removes this node from its parent element.

Syntax

[Ok := ]  XmlDeclaration.Remove()

Parameters

XmlDeclaration
 Type: XmlDeclaration
An instance of the XmlDeclaration data type.

Return Value

[Optional] Ok
 Type: Boolean
true if the operation was successful; otherwise false. If you omit this optional return value and the operation does not execute successfully, a runtime error will occur.

See Also

XmlDeclaration Data Type
Get Started with AL
Developing Extensions