Previous Topic

Next Topic

Book Contents

Book Index

Form Designer Number 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 Number Edit Components:

BorderStyle

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

CalculatorFontSize

The size to display the font in the calculator.

CurrencyCode

You can select from available currencies to make the input a currency figure. The number entered will be displayed as a currency.

Decimals

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

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.

MinValue

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

(Only available for Spin Edit components.)

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.