OnProgress Event

Notifies the application of the progress of merging the source text.

property OnProgress: TProgressEvent;

Description

The OnProgress event will only occur while the Merge method is being called. The OnProgress event notifies the application of the percent complete of the merging process. Use this event to provide feedback to the user.

See Also

Merge Method