JVCL Help:TProgress

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Type for event handlers that provide feedback during load or save operations.

run\JvStringGrid.pas


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.

run\JvStringGrid.pas


Description

Use TProgress to provide the user with feedback during load or save operations.

run\JvStringGrid.pas


See Also

TJvStringGrid.OnLoadProgressTJvStringGrid.OnSaveProgress

run\JvStringGrid.pas


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