JVCL Help:TJvTextOption
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTextOption type
Search in JVCL Help
Search in all projectsSummary
Represents different kinds of display text options for a progress bar.
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. |
Description
Use TJvTextOption values to specify what text to display on a progress bar.
About
no pages or subcategories
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