|
« image labelbox »
Objects / label
label
label(objnum,coord,text,option)
creates a label for an entry etc.
Parameters
| objnum | object number |
| coord | column, row, width, height comma or @am delimited, height is optional If grid is used then column and row are not specified, and width is optional |
| text | text |
| option | options comma or @am delimited |
Options
| bkg color | background color (see bkg) |
| bold | bold font |
| center | center alignment |
| disable | disabled |
| event | has events WM_LBUTTONDOWN, LBUTTONUP, WM_LBUTTONDBLCLK |
| font [name size style color] | font specification (see font) |
| hide | invisible |
| nowrap | does not wrap |
| off | disabled |
| raised | looks raised |
| right | right alignment |
| sizing CODE [base.objnum] | sizing specification (see sizing) |
| sunken | looks sunken |
Functions
| delobj | deletes object |
| do | executes an additional action |
| getdt | returns additional data |
| modify | modifies object's properties |
| settext | inserts text into an object |
Using FlashGUI
« image labelbox »
|