The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



TextDecPlaces


Unit:SDL_progbar
Class:TProgBar
Declaration:property TextDecPlaces: integer;

The property TextDecPlaces specifies the number of decimal places used to display the progress bar value. TextDecPlaces may take values between -2 and +10. The negative values have the following special meaning:

-1 The value is displayed using exponential notation (2 digits in the exponent).
-2 The value is displayed using exponential notation (4 digits in the exponent).

Hint: The text displayed to indicate the value of the progress bar can be controlled further by using the event OnShowValue



Last Update: 2023-Dec-14