JVCL Help:TProgress
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TProgress type
[+] JvStringGrid.pas Types
Search in JVCL Help
Search in all projectsSummary
Type for event handlers that provide feedback during load or save operations.
Pascal
run\JvStringGrid.pas
TProgress = procedure (Sender: TObject; Progression, Total: Integer) ofobject;
Parameters
Parameters | Description |
Sender | The grid that is in the process of loading or saving a grid. |
Progression | Indicates how much of the load or save operation has already been completed, on a scale of 0 to Total. |
Total | Specifies a value that must be reached by Progression to complete the operation. |
Description
Use TProgress to provide the user with feedback during load or save operations.
See Also
TJvStringGrid.OnLoadProgressTJvStringGrid.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