combobox.findItem Property


index = combobox.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

combobox Overview | combobox.item

 


© 2003 Lightweight Technologies. All rights reserved.