Xmlport.Export() Method
Version: Available or changed with runtime version 1.0.
Creates an XML data stream (XML document) and sends it to a chosen destination.
Syntax
[Ok := ] Xmlport.Export()
Parameters
Xmlport
Type: Xmlport
An instance of the Xmlport data type.
Return Value
[Optional] Ok
Type: Boolean
true if the serialization of the XML document was successful, otherwise false. If you omit this optional return value and the operation does not execute successfully, a runtime error will occur.