|
« table timer »
Objects / textbox
textbox
textbox(objnum,coord,option)
creates a text editor
Parameters
| objnum | object number |
| coord | column, row, width, height comma or @am delimited. If grid is used then column and row are not specified and width is optional. |
| option | options comma or @am delimited |
Options
| disable | disabled |
| editor | sets additional options for editing |
| flat | without border |
| hide | invisible |
| hotkey keyname keyname ... | assign hotkeys (see hotkey) |
| notab | do not stop by TAB |
| num | display line nimbers |
| off | disabled |
| readonly | readonly |
| sizing CODE [base.objnum] | sizing specification (see sizing) |
Events
| OnSetFocus | The object has got focus
Data: dt<1> - unfocused object window number dt<2> - unfocused object number |
| WM_RBUTTONDOWN | Right mouse button has been clicked
No data |
| OnSavepointLeft | Text has been changed by the User
No data |
Hot keys
| VK_ESCAPE | 'Esc' key has been pressed |
| VK_TAB | 'Tab' key has been pressed |
| VK_TAB|MOD_SHIFT | 'Shift+Tab' keys have been pressed |
| VK_RETURN|MOD_SHIFT | 'Shift+Enter' keys have been pressed |
| VK_RETURN|MOD_CONTROL | 'Ctrl+Enter' keys have been pressed |
The following markers are created automatically (the colors are very light):
| 1 | gray |
| 2 | red |
| 3 | green |
| 4 | blue |
| 5 | yellow |
Functions
| delobj | deletes object |
| do | executes an additional action |
| getdt | returns additional data |
| getmark | returns marked lines and positions |
| gettext | returns text from an entry, a combobox or a textbox |
| instext | inserts text to a textbox |
| markline | marks a line in a textbox |
| marktext | marks all occurences of a text in a textbox |
| modify | modifies object's properties |
| setfocus | sets focus to an object |
| settext | inserts text into an object |
Using FlashGUI
« table timer »
|