Skip to content

Field Object Information

Field Object Properties Tables

Text Field

ItemDescription
NameName of the text field to be displayed in the Object View pane.
TextString value displayed by the text field.
PlaceholderString prompt to display when the text field is empty.
Input HintThe preferred keyboard mode to display when the on-screen keyboard appears.
Echo ModeSets the display behavior for characters being typed in.
Password mode displays the characters as asterisks (*).
EnabledCheckbox to enable/disable the text field's use.
Use On-Screen KeyboardCheckbox to enable/disable the on-screen keyboard for typing.
Focus IndexThe order in which objects will receive input focus when pressing the Tab key.
Auto FocusCheckbox to enable/disable input focus when the page is opened.

Numeric Field

ItemDescription
NameName of the numeric field to be displayed in the Object View pane.
ValueNumeric value used for display.
EnabledCheckbox to enable/disable the numeric field's use.
Use On-Screen KeyboardCheckbox to enable/disable the on-screen keyboard for typing.
Focus IndexThe order in which objects will receive input focus when pressing the Tab key.
Auto FocusCheckbox to enable/disable input focus when the page is opened.

Format

ItemDescription
PreviewShows an example of how the numbers will be displayed.
# represents digits, 0 represents zero-filling, and H represents Hexadecimal.
Decimal PlacesNumber of digits displayed after the decimal point.
Use Leading ZerosCheckbox to enable/disable the minimum number of zeros displayed before the decimal point.
Leading ZerosThe minimum number of zeros to display before the decimal point if Use Leading Zeros is enabled.
BaseNumeric base system to used.
Decimal uses base 10 (0-9) and Hexadecimal uses base 16 (0-F).
Use Thousands SeparatorCheckbox to enable/disable the display of a comma after every three digits.
Min ValueDefines the minimum value that the user is allowed to input.
Max ValueDefines the maximum value that the user is allowed to input.
PrefixOptional prefix string to display in front of the numeric value.
SuffixOptional suffix string to display after the number value.

Shared Properties

Appearance

ItemDescription
VisibilityCheckbox to enable/disable the field object's visibility during project runtime.
OpacitySlider to set the field object's opacity during project runtime.
BlinkingCheckbox to enable/disable the field object's ability to blink during project runtime.
Blinking Interval (ms)Sets the interval the field object blinks, in milliseconds, during project runtime.
Font NameThe font used to display the text.
Font SizeThe size of the text being displayed.
ItalicCheckbox to enable/disable the text being italicized.
BoldCheckbox to enable/disable the text being bolded.
UnderlineCheckbox to enable/disable the text being underlined.
Font ColorThe color of the text being displayed.
Fill TypeThe type of background fill to use for the field object.
FillThe color to use for the background fill if the Fill Type is enabled.
Horizontal AlignmentThe left/right alignment of the text within the text box.
Vertical AlignmentThe up/down alignment of the text within the text box.

Stroke

ItemDescription
WidthThe thickness of the stroke in pixels.
Stroke ColorThe color used when drawing the stroke.
Stroke TypeThe drawing method when drawing the stroke
None removes the stroke.

Position

ItemDescription
XThe field object's X-axis position on the screen.
YThe field object's Y-axis position on the screen.
WidthThe field object's width.
HeightThe field object's height.
Z IndexThe field object's display order if behind or on top of other objects.
RotationThe field object's rotation, in degrees.
Use PercentageCheckbox to enable/disable the rotation center ranging from 0.0 to 1.0.
If disabled, the rotation is in pixels.
Rotation Center XControls the horizontal location of the rotation anchor.
Rotation Center YControls the vertical location of the rotation anchor.

Actions

On Enter

ItemDescription
Add New CommandAdds a new command from the command functions list to bind to the field object.
Activates after entering the input.