JVCL Help:TJvProgressComponent

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvProgressComponent
run\JvProgressComponent.pas


Summary

A component that can display a progress dialog.

run\JvProgressComponent.pas


Pascal

 run\JvProgressComponent.pas
 TJvProgressComponent = class(TJvComponent);


Description

  1. 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.

run\JvProgressComponent.pas


About

Navigation

run\JvProgressComponent.pas



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