JVCL Help:TJvSpecialProgress

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvSpecialProgress
run\JvSpecialProgress.pas


Summary

Two-color gradient filled progress bar.

run\JvSpecialProgress.pas


Pascal

 run\JvSpecialProgress.pas
 TJvSpecialProgress = class(TJvGraphicControl);


Description

  1. JVCLInfo

TJvSpecialProgress is a progress bar, filled using a two-color gradient fill. That is, the color of the progress bar turns from left to right gradually from StartColor into EndColor.
Use TextOption, to display the current progress percentage of the process tracked by the progress bar, or display a custom string. Read PercentDone to get this value. Use TextCentered and Font to alter the appearance of the percentage text.
Use Color to change the background color of the control, or set Transparent to true to set the background color to transparent.

run\JvSpecialProgress.pas


About

Navigation

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