JVCL Help:TJvTextOption

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

Search in JVCL Help

 
Search in all projects
 

Summary

Represents different kinds of display text options for a progress bar.

run\JvSpecialProgress.pas


Pascal

 run\JvSpecialProgress.pas
 TJvTextOption = (
toCaption,
toFormat,
toNoText,
toPercent
);


Members

Members Description
toCaption Displays the text specified by the Caption property on the progress bar.
toFormat Ensure that the Caption property of the progress bar contains a '%s', for example set Caption to 'Progress is %s%%'. When PercentDone equals 10 the displayed text will be 'Progress is 10%'.
toNoText Displays no text on the progress bar.
toPercent Displays the percentage done on the progress bar.

run\JvSpecialProgress.pas


Description

Use TJvTextOption values to specify what text to display on a progress bar.

run\JvSpecialProgress.pas


About

Navigation

no pages or subcategories

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