Creates an XML data stream (XML document) and sends it to a chosen destination.

[Ok :=] EXPORT(Number, OutStream[, Record])

Parameters

Number

Type: Integer

The ID of the XMLport that you want to run.

OutStream

Type: ISequentialStream

Where the XMLport object will write the XML data stream.

Record

Type: Record

The record to use in the XMLport. Any filters attached to the record will be used.

This parameter is optional.

Expand imageSee Also