Table of Contents

GuiTextListCtrl::findTextIndex

(string needle)Find needle in the list, and return the row number it was found in.

Syntax

int GuiTextListCtrl::findTextIndex(string %needle);

Parameters

string %needle
No description available.

Return value

int
No description available.

Remarks

Examples

Source

Engine

See also

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