Personal tools
From wiki.swiftlytilting.com
Jump to: navigation, search

WinBinder Manual/wb get text

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

Sytanx

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


Returns

Class of wbobject item subitem Return value
ListView integerintegerThe text of the cell specified in item, subitem (row, column)
integerNULLAn array containing the texts of the row specified in item.
NULLignoredAn array containing the texts of the selected row.
TreeViewintegerNULLThe text of the node specified in item.
NULLignoredThe text of the currently selected node.
Other controlsignoredignoredThe control caption.
WindowignoredignoredThe window caption.

See also

Winbinder Projects