JVCL Help:TJvOnProgress

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

Search in JVCL Help

 
Search in all projects
 

Summary

Event type used when saving and loading data in a list view.

run\JvListView.pas


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

run\JvListView.pas


Description

This type is used by (for reference): TJvListView.OnLoadProgressTJvListView.OnSaveProgress

run\JvListView.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