JVCL Help:TJvCustomRichEdit.OnConversionProgress

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Occurs when a rich edit control is importing or exporting.


Pascal

 TRichEditProgressEvent = procedure (Sender: TObject; PercentDone: Integer) ofobject;
propertyOnConversionProgress: TRichEditProgressEvent;


Parameters

Parameters Description
PercentDone PercentDone is an approximation of how much of the operation has completed. Use PercentDone to update the position of a progress bar or other indicator.
Sender Rich Edit control that has fired this event.


Description

For certain descendants of TJvConversion, OnConversionProgress occurs during import or export operations. OnConversionProgress allows applications to provide feedback to the user about the progress of the slow process.


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page