JVCL Help:TJvConversion.OnProgress
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvConversion.OnProgress Property
[+] TJvConversion Fields
[+] TJvConversion Methods
[+] TJvConversion Properties
Search in JVCL Help
Search in all projectsSummary
Occurs when the converter is importing or exporting.
Pascal
propertyOnProgress: TNotifyEvent;
Description
For certain descendants of TJvConversion, OnProgress occurs during import or export operations. OnProgress allows applications to provide feedback to the user about the progress of the slow process.
Component writers can generate OnProgress events for new descendants of TJvConversion by calling the protected DoProgress method. These events are propagated to the TJvRichEdit control.
See Also
TJvConversion.PercentDone, TJvCustomRichEdit.OnConversionProgress
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