HELP
An object that outputs the Integer value of
the slider.

USE
Use Integer Slider to input Int32 values.
Integer Slider is particularly useful on a
panel view.

LOCATION
Data ==> Integer Slider

OPEN VIEW PARAMETERS
The open view displays fields for slider
value, min, max, and slider control.

OBJECT MENU

* Auto Execute - If set, the object operates
whenever the values in the field are edited.

* Detents - Sets the distance between values.
Any Real Detents are truncated to Int32.

* Initialize - Used to set this object to a
particular value at PreRun and/or Activate
time.

  * Initial Value - A dialog box that
specifies the value to be set.  Default value
is the zero value of that container type.

  * Initialize At PreRun - Whether to set the
Initial Value at PreRun time.  Default is
off.

  * Initialize At Activate - Whether to set
the Initial Value at Activate time.  Default
is off.

* Number Formats - Specifies a different
display format.

* Layout - Specifies either horizontal or
vertical slider format.

NOTES
Initialize is most often used for
initializing values inside a UserObject.

The other method for setting initial
values is the Default Value control pin.  The
Default Value pin allows you to
programmatically change the current value.

SEE ALSO
Complex, Enum, Integer, PComplex, Real, Real
Slider, Text, and Toggle.
