bool wb_set_text (int wbobject, mixed text [, int item [, int subitem]])
Sets the text of a WinBinder object. wb_set_text can also rename or create items
in certain controls. The actual
action depends on the object class. Returns
TRUE
on success or FALSE
if an error occurs.
See the following table.
Class |
Type |
Action |
---|---|---|
String |
Sets the text of the control. |
|
Array |
Creates items, one per array element. |
|
String |
Sets the text of the control. |
|
String |
Sets the text of the control. |
|
String |
Sets the text of the control. |
|
String |
Sets the text of the control. |
|
Array |
Creates items, one per array element. |
|
Array |
Creates column titles, one per array element, or changes cell contents. |
|
String |
Sets the text of the menu item specified by the item identifier. |
|
String |
Sets the text of the control. |
|
String |
Sets the text of the control. |
|
String |
Sets the text of the control. |
|
String |
Sets the text of the status bar. |
|
Array |
Creates or renames tab pages. |
|
Array |
Creates or renames treeview nodes. |
For all classes of windows and dialog boxes, wb_set_text() sets the window title.
|
wb_get_text
Control functions
Window functions