JVCL Help:TJvStringGrid.OnLoadProgress
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvStringGrid.OnLoadProgress Event
[+] TJvStringGrid Events
[+] TJvStringGrid Methods
[+] TJvStringGrid Properties
Search in JVCL Help
Search in all projectsSummary
Occurs periodically during load operations.
Pascal
propertyOnLoadProgress: TProgress;
Description
Write an OnProgress event handler to provide the user with feedback during load 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.LoadFromCSV, TJvStringGrid.LoadFromFile, TJvStringGrid.LoadFromStream
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