FindItem Function (SwfToolStripComboBox)

Class

SwfToolStripComboBox.

Action

Returns the index of an item in a toolstrip combo box.

Syntax

iItem = SwfToolStripComboBox.FindItem (sItem)
Variable Description
iItem The item index. INTEGER.
sItem

The item to find. STRING.

Wildcard characters are supported: a question mark (?) matches any single character, and an asterisk (*) to match zero or more characters.

Notes

If the item sItem is not found, FindItem returns zero (0).