TTMSFNCListBox.RemoveItem Method
Removes an item from the list box.
API unit family: TMSFNCListBox
Declaring type: TTMSFNCListBox
Inherited from: TTMSFNCCustomListBox
Syntax
procedure RemoveItem(AItem: TTMSFNCListBoxItem); virtual;
Parameters
| Name | Description |
|---|---|
AItem |
The item to remove. |