Password Field
Password Field is a component that allows editing a single line of masked (hidden from view) text. |
This is what a password field looks like:
Common Properties
Width, Height, Bindings, Enabled, Visible, Foreground, Background, Opaque, Border, Font, Cursor, Tooltip, Focusable, Popup Menu
Custom Properties
Onscreen Keyboard
Defines whether this component should support onscreen keyboard for text input. See touchscreen support for details.
Possible choices are:
- None - don't use onscreen keyboard
- Single Click - show the keyboard upon any click in the component area
- Double Click - show the keyboard only if component is double-clicked
Property name: onscreenKeyboard
Property type: Integer
Alignment
Horizontal alignment of text within label display area.
Possible values:
Description | Value |
Left | 2 |
Center | 0 |
Right | 4 |
Property name: horizontalAlignment
Property type: Integer
Password
Default password in the password field. Should usually be left blank.
Property name: password
Property type: String
Common Events
Hidden, Shown, Moved, Resized, Mouse Clicked, Mouse Pressed, Mouse Released, Mouse Entered, Mouse Exited, Mouse Moved, Mouse Wheel Moved, Key Typed, Key Pressed, Key Released, Focus Gained, Focus Lost
Custom Events
Caret Update
This event fires each time when a caret is moved or any text is entered in the component.
Event name: caretUpdate
Event fields:
Field | Name | Type | Description |
ID | id | Integer | Event type ID. |
Dot | dot | Integer | The location of the caret. |
Mark | mark | Integer | The location of other end of a logical selection. If there is no selection, this will be the same as dot. |
Was this page helpful?