[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Selects the item with the given text.
Source position: stdctrls.pp line 354
protected function TCustomComboBox.SelectItem( |
const AnItem: string |
):Boolean; |
AnItem |
|
The text to find in Items. |
True when a matching item was found and selected.
When a matching item was found, invokes the OnClick and OnSelect handlers.
OnClick |
||
|
Handler invoked when an item is selected. |
lazarus-ccr.sourceforge.net |