Table of Contents

GuiTextListCtrl::getRowTextById

(int id)Get the text of a row with the specified id.

Syntax

string GuiTextListCtrl::getRowTextById(int %id);

Parameters

int %id
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::getRowText
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.