mixed wb_get_text (int wbobject [, int item [, int subitem]])
Gets the text from a window, control, or control item.
See the following table.
Class |
item |
subitem |
What it retrieves |
---|---|---|---|
integer |
integer |
The text of the cell specified in item, subitem (row, column) |
|
integer |
NULL |
An array containing the texts of the row specified in item. |
|
NULL |
ignored |
An array containing the texts of the selected row. |
|
integer |
NULL |
The text of the node specified in item. |
|
NULL |
ignored |
The text of the currently selected node. |
|
Other controls |
ignored |
ignored |
The control caption. |
Window |
ignored |
ignored |
The window caption. |
wb_get_selected
wb_get_value
wb_set_text
Control functions
Window functions