wb_get_text

mixed wb_get_text (int wbobject [, int item [, int subitem]])

Gets the text from a window, control, or control item.

What it does

See the following table.

Class

item

subitem

What it retrieves

ListView

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.

TreeView

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.

See also

wb_get_selected
wb_get_value
wb_set_text
Control functions
Window functions