JVCL Help:TJvOnProgress
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvOnProgress type
[+] JvListView.pas Types
Search in JVCL Help
Search in all projectsSummary
Event type used when saving and loading data in a list view.
Pascal
run\JvListView.pas
TJvOnProgress = procedure (Sender: TObject; Progression, Total: Integer) ofobject;
Parameters
Parameters | Description |
Sender | List view sender |
Progression | Current step |
Total | Total number of steps |
Description
This type is used by (for reference): TJvListView.OnLoadProgressTJvListView.OnSaveProgress
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