Table of Contents

GuiTextListCtrl::removeRow

(int index)Remove a row from the table, based on its index.

Syntax

void GuiTextListCtrl::removeRow(int %index);

Parameters

int %index
No description available.

Return value

void
No description available.

Remarks

Examples

Source

Engine

See also

GuiTextListCtrl::addRow
GuiTextListCtrl::clear
GuiTextListCtrl::clearSelection
GuiTextListCtrl::findTextIndex
GuiTextListCtrl::getRowId
GuiTextListCtrl::getRowNumById
GuiTextListCtrl::getRowText
GuiTextListCtrl::getRowTextById
GuiTextListCtrl::getSelectedId
GuiTextListCtrl::isRowActive
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.