JVCL Help:TJvProgressComponent
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvProgressComponent Class
[+] JvProgressComponent.pas Classes
[+] TJvProgressComponent Methods
[+] TJvProgressComponent Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvProgressComponent
run\JvProgressComponent.pas
Summary
A component that can display a progress dialog.
Pascal
run\JvProgressComponent.pas
TJvProgressComponent = class(TJvComponent);
Description
- JVCLInfo
Use a TJvProgressComponent when you need to display a progress dialog in your application. Progress dialogs are mostly used to provide feedback to the user when the application is performing a lengthy process and the program needs to be disabled until finished.
To display the dialog, call the Execute method. While the dialog is visible, you can modify any of its properties.
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