Merge Method

Merges the source text with custom variables defined by the application.

procedure Merge;

Description

Once you have configured all of the properties of the DataMerge component to set up your merge, call the Merge method to execute the merge. If the component encounters variables within the source text that were not predefined the OnLookup event will be fired requesting the value for that variable. The component will also fire the OnProgress event to notify you of the progress of the merge operation. When the Merge method finishes executing, you can read the result of the merge immediately.

See Also

OnLookup Event
OnProgress Event