Table of Contents

GuiTextListCtrl::getRowText

(int index)Get the text of the row with the specified index.

Syntax

string GuiTextListCtrl::getRowText(int %index);

Parameters

int %index
No description available.

Return value

string
No description available.

Remarks

Examples

Source

Engine

See also

GuiTextListCtrl::addRow
GuiTextListCtrl::clear
GuiTextListCtrl::clearSelection
GuiTextListCtrl::findTextIndex
GuiTextListCtrl::getRowId
GuiTextListCtrl::getRowNumById
GuiTextListCtrl::getRowTextById
GuiTextListCtrl::getSelectedId
GuiTextListCtrl::isRowActive
GuiTextListCtrl::removeRow
GuiTextListCtrl::removeRowById
GuiTextListCtrl::rowCount
GuiTextListCtrl::scrollVisible
GuiTextListCtrl::setRowActive
GuiTextListCtrl::setRowById
GuiTextListCtrl::setSelectedById
GuiTextListCtrl::setSelectedRow
GuiTextListCtrl::sort
GuiTextListCtrl::sortList
GuiTextListCtrl::sortNumerical
GuiTextListCtrl::sortNumList

References

This function is not called by any other functions.