XRE Help

Items - Types - Floating-point

Attributes

Specific attributes for floating-point items are:

AttributeDescription
widthWidth of numeric control, in pixels
minMinimum value
maxMaximum value
incrIncrement value for numeric types
multValue multiplier
placesDecimal places
unitLabel
Floating-point numbers are not localized. The decimal separator is always a dot('.') regardless of the OS locale.
Example

The following item is displayed as an integer because places is set to 0.

<Item type="float"
    entry="Bitmaps:DPI"
    name="Default bitmap DPI"
    hint="Default resolution for Create Bitmap command"
    min="1"
    min="100"
    places="0"
    unit="DPI"
/>