JVCL Help:TJvRichEdit.OnConversionProgress
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvRichEdit.OnConversionProgress Event
[+] TJvRichEdit Events
[+] TJvRichEdit Properties
Search in JVCL Help
Search in all projectsSummary
Occurs when a rich edit control is importing or exporting.
Pascal
propertyOnConversionProgress: TRichEditProgressEvent;
Parameters
Parameters | Description |
Sender | Rich Edit control that has fired this event. |
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. |
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