Previous Topic

Next Topic

Book Contents

Book Index

Form Designer Spin Edit Properties

Navigator > Setup > Form Designer > Layout tab > Component Editor > Properties tab

See also Form Designer Component Properties for properties common to different component types.

The following properties are available for Spin Edit Components:

BorderStyle

Set the border style for the edit box, to Single or None.

Decimals

Enter the maximum number of decimals allowed in the edit box.

Delta

The amount to increase or decrease the number entered when the spinner is clicked.

Domain

You can select a numeric domain for the edit input. If a Currency Code is entered, you are limited to price domains.

Hint

The Hint text to be displayed when the mouse hovers over the edit box.

IgnoreGridParent

When True, when the component is on a grid it will not be checked to see if it is unconnected.

LabelCaption

The text to be displayed beside the Edit box.

LabelVisible

When False, the Label Caption will not be displayed.

LabelWidth

Set the width of the Label Caption.

MaxValue

The maximum amount that a user can enter. Make sure to set the MinMaxCheck to enforce the maximum limit.

MinMaxCheck

Set whether to check the value:

  • mmNone - doesn't check the value.
  • mmMinimum- only check the minimum value.
  • mmMaximum - only check the maximum value.
  • mmBoth- check both the minimum and maximum values.

MinValue

The minimum amount that a user can enter. Make sure to set the MinMaxCheck to enforce the minimum limit.

ReadOnly

When True, the user cannot edit the component on the form.

TabOrder

Set the sequential tab order for components when the Tab key is pressed in the form.

TabStop

When True, this component will be included in the tab order. When False, the Tab key will not stop at this component.

Text

Text to be displayed in the edit box.

UseDecimals

When True, amounts can contain decimals.

Visible

When True, the edit box will be displayed on the form.