Xmlport.SetDestination(var OutStream) Method
Version: Available or changed with runtime version 1.0.
Sets the destination OutStream of the XmlPort.
Syntax
Xmlport.SetDestination(var OutStream: OutStream)
Note
This method can be invoked using property access syntax.
Parameters
Xmlport
Type: Xmlport
An instance of the Xmlport data type.
OutStream
Type: OutStream
The new destination OutStream of the XmlPort.