Unit 'MUIClass.Numeric' Package
[Overview][Classes][Index] [#MUIClass]

TMUINumeric.Format

printf-style string to describe the format of the slider display.

Declaration

Source position: MUIClass.Numeric.pas line 49

published property TMUINumeric.Format : string
  read FFormat
  write SetFormat;

Description

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'

See also

Min

  

Adjust the minimum value for a numeric input/display gadget.

Max

  

Adjust the maximum value for a numeric input/display gadget.

Value

  

Adjust the current value for a numeric input/display gadget.

Stringify()

  

Translate a Value to a string


Documentation generated on: 2022-07-30