listbox.findItem Property


index = listbox.findItem(strText);

Searches for the specified item and returns its zero-based index or -1 if no match is found.

Parameters

strText
Required. A string specifying the item text. The string may be a regular expression.

See also

listbox Overview | listbox.item

 


© 2003 Lightweight Technologies. All rights reserved.