Phantom Documentation

[Help Home] [Phantom Home]
GetItemText

string sText= window.GeItemText(int row, int col);

Applicable Classes: ListView

Parameters:
int row - The zero-based row index of the item for which to get the text
int col - The zero-based column index of the item for which to get the text

Return Value:
string sText- The text of the item at row, col in ListView

Description:
This function returns the text associated with an item in the ListView.

For an example, see the ListView functions page.


See Also: ListView Functions



Copyright 2000-2011 Phantom Automated Solutions