JVCL Help:TJvSpecialProgress
JVCL Help: TJvSpecialProgress Class
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvSpecialProgress
run\JvSpecialProgress.pas
Summary
Two-color gradient filled progress bar.
Pascal
run\JvSpecialProgress.pas
TJvSpecialProgress = class(TJvGraphicControl);
Description
- 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.
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