ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
True if the insertion was performed,False otherwise (the ErrorOccurred variable is set to True). To find out the error details, use ErrorInfo.
XML document into which the insertion will be performed.
Name of element to add. The added element and the current element have the same type: If the current element is a tag, the inserted element is a tag. If the current element is an attribute, the inserted element is an attribute.
Value of new element. This parameter corresponds to an empty string ("") by default.
Position where the addition is performed in relation to the current element. This parameter can take one of the following values:XMLPreviousElementThe insertion is performed just before the current element, in the same branch. XMLNextElementThe insertion is performed just after the current element, in the same branch. XMLChildItem(Default value)The insertion is performed in the current level. The inserted part will be a child element of the current element.
True to be positioned on the added element. In this case, the added element becomes the current position. False (default value) to avoid modifying the current position during the addition.
Saving the modifications in the XML file
Last update: 05/13/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: