printf-style string to describe the format of the slider display.
Source position: MUIClass.Numeric.pas line 50
published property TMUINumeric.Format : string |
Whenever a subclass of Numeric thinks its time to render a new value, it doesn't simply write it to a string but instead calls Stringify(). This method of Numeric class looks for the specified Format in its data structures and fills a string with the current value.
Format defaults to '%ld'
|
Adjust the minimum value for a numeric input/display gadget. |
|
|
Adjust the maximum value for a numeric input/display gadget. |
|
|
Adjust the current value for a numeric input/display gadget. |
|
|
Translate a Value to a string |