JVCL Help:TJvTFProgressEvent
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTFProgressEvent type
[+] JvTFManager.pas Types
Search in JVCL Help
Search in all projectsSummary
Event type used to report the progress of lengthy operations.
Pascal
run\JvTFManager.pas
TJvTFProgressEvent = procedure (Sender: TObject; Current, Total: Integer) ofobject;
Parameters
Parameters | Description |
Sender | The object that fired the event. |
Current | The current iteration of the process |
Total | The total numbers of iterations the process is expected to complete. |
Description
This event type is used for events that fire to inform you that a process has incrementally progressed. This type is used by OnAssembleProgress and OnPrintProgress.
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