hgeGUIListbox::GetItemText
Returns the text string of the specified item.
char *GetItemText(
int n
);
Parameters
- n
- 0-based index of the item which text is being retreived.
Return value
Returns pointer to the specified item text string.
Requirements
Header: hgeguictrls.h
Import library: hgehelp.lib
|