Appearance
|
Font
|
Font of text of this component
|
Foreground Color
|
The foreground color of the component.
|
Background
|
The background color of the text box (when editable)
|
Non-Editable Background
|
The background color to use when this text box is non-editable
|
nonEditableBackground
|
|
Color
|
|
expert
|
|
Antialias
|
Draw with antialias on? Makes text smoother
|
Styles
|
Contains the component's styles
|
styles
|
|
Dataset
|
|
bindable | expert
|
|
Behavior
|
Editable?
|
If true, this is an input box, if false, this is display-only.
|
Defer Updates
|
When true, the 'text' property will not fire updates while typing, it will wait for Enter to be pressed.
|
Protected Mode?
|
If true, users will need to double-click in the field in order to edit the text.
|
Commit On Focus Loss
|
If true, any pending edit will take effect when focus is lost. If false, the user must press ENTER for an edit to take effect.
|
commitOnFocusLost
|
|
boolean
|
|
Reject Updates During Edit
|
If true, this field will not accept updates from external sources (like DB bindings)
while the user is editing the field.
|
rejectUpdatesDuringEdit
|
|
boolean
|
|
expert
|
|
Maximum Characters
|
The text box will be limited to this number of characters. Use -1 for unlimited.
|
Touchscreen Mode
|
Controls when this input component responds if touchscreen mode is enabled.
|
touchscreenMode
|
|
int
|
|
expert
|
|
0
|
None
|
1
|
Single-Click
|
2
|
Double-Click
|
|
|
Common
|
Name
|
The name of this component.
|
Enabled
|
If disabled, a component cannot be used.
|
Visible
|
If disabled, the component will be hidden.
|
Border
|
The border surrounding this component. NOTE that the border is unaffected by rotation.
|
Mouseover Text
|
The text that is displayed in the tooltip which pops up on mouseover of this component.
|
Cursor
|
The mouse cursor to use when hovering over this component.
|
cursorCode
|
|
int
|
|
0
|
Default
|
1
|
Crosshair
|
2
|
Text
|
3
|
Wait
|
12
|
Hand
|
13
|
Move
|
4
|
SW Resize
|
5
|
SE Resize
|
6
|
NW Resize
|
7
|
NE Resize
|
8
|
N Resize
|
9
|
S Resize
|
10
|
W Resize
|
11
|
E Resize
|
|
|
Data
|
Text
|
Text of this component
|
Data Quality
|
The data quality code for any tag bindings on this component.
|
dataQuality
|
|
int
|
|
bindable | expert
|
|
Layout
|
Horizontal Alignment
|
Determines the alignment of the label's contents along the X axis
|
horizontalAlignment
|
|
int
|
|
expert
|
|
2
|
Left
|
0
|
Center
|
4
|
Right
|
10
|
Leading
|
11
|
Trailing
|
|
|