|
« combo entry »
Objects / datebox
datebox
datebox(objnum,coord,option)
creates a date entry field
Parameters
| objnum | object number |
| coord | column, row, width, height (optional) 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
| bkg color | background color (see bkg) |
| disable | disabled |
| font [name size style color] | font specification (see font) |
| hide | invisible |
| off | disabled |
| 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 |
| OnEnter | 'Enter' key has been pressed
Data: dt<1> - text |
| OnValChange | Input has been done, the text has changed
Data: dt<1> - text |
Functions
| delobj | deletes object |
| do | executes an additional action |
| getdt | returns additional data |
| gettext | returns text from an entry, a combobox or a textbox |
| modify | modifies object's properties |
| setfocus | sets focus to an object |
Using FlashGUI
« combo entry »
|