JVCL Help:TJvStringGrid.OnSaveProgress
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvStringGrid.OnSaveProgress Event
[+] TJvStringGrid Events
[+] TJvStringGrid Methods
[+] TJvStringGrid Properties
Search in JVCL Help
Search in all projectsSummary
Occurs periodically during save operations.
Pascal
propertyOnSaveProgress: TProgress;
Description
Write an OnProgress event handler to provide the user with feedback during save operations. To calculate the percentage of progress to show in a progress indicator, multiply the value of Progression by 100 and divide by the value of Total.
See Also
TJvStringGrid.SaveToCSV, TJvStringGrid.SaveToFile, TJvStringGrid.SaveToStream
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