Edit modes¶
EM_NOCLEAR |
No clear on first character. |
EM_AUTOCR |
Automatic RETURN at end of box. |
EM_EXTEND |
Start input at end of text. |
EM_NOECHO |
Suppress echo. |
EM_MULTIPLE |
Enable multiple selection (listboxes and tables). |
EM_READONLY |
Prohibit user from updating. |
EM_SYNC_SOURCE |
Update both source and display object when a table cell loses focus (tables only). |
EM_NO_HIGHLIGHT |
Don’t highlight selected line(s) (tables only). |
EM_CELL_SELECT_NO_HIGHLIGHT |
If an editable cell has focus, don’t highlight the entire line (editable tables only). |
EM_LOWERCASE |
Force lower case (LIST_EDIT listboxes). |
EM_UPPERCASE |
Force upper case (LIST_EDIT listboxes). |
These edit mode flags affect the treatment of data entered into textboxes, tables and listboxes. They may be assigned to the Sculptor system variable sys.EditMode, for general edit mode, and also to an individual control.
RELATED TOPICS |