TTMSFNCListBox.SelectItem Method
Selects the item at the specified index.
API unit family: TMSFNCListBox
Declaring type: TTMSFNCListBox
Inherited from: TTMSFNCCustomListBox
Syntax
procedure SelectItem(AItemIndex: Integer); virtual;
Parameters
| Name | Description |
|---|---|
AItemIndex |
The zero-based item index to select. |