XML - End editing file (and save)¶
This custom action lets you close an XML resource being edited, optionally save XML data to an XML file and free memory.
All XML custom actions must terminate with this "End editing file" action in order to free memory and resources.
Property Name | Data Type | Description |
---|---|---|
Filename | String | Full path to the XML file to be saved (can use PB variables). |
IDXML | TXMLID | A unique string identifier associated to the opened XML resource. |
SaveFile | Boolean | If set to True, the XML file is saved. If set to False, no XML data is saved: all changes are lost. Generally, you'll use False if you were just reading data from existing XML files. |