TTMSFNCListBoxCopyItems Class
Internal copy of the list box items collection used during clipboard copy operations.
API unit family: TMSFNCListBox
Inherits from: TTMSFNCListBoxItems
Syntax
TTMSFNCListBoxCopyItems = class(TTMSFNCListBoxItems)
Properties
| Name | Description |
|---|---|
| Items | Indexed access to the items in this collection. (inherited from TTMSFNCListBoxItems) |
Methods
| Name | Description |
|---|---|
| Add | Appends a new item with empty text and returns it. (inherited from TTMSFNCListBoxItems) |
| AddStrings | Appends items from a TStrings list, optionally clearing the collection first. (inherited from TTMSFNCListBoxItems) |
| Clear | Removes all items from the collection. (inherited from TTMSFNCListBoxItems) |
| FindItem | Returns the first item whose text matches AText, or nil if not found. (inherited from TTMSFNCListBoxItems) |
| Insert | Inserts a new item at the specified zero-based index and returns it. (inherited from TTMSFNCListBoxItems) |
| ListBox | Returns the list box that owns this collection. (inherited from TTMSFNCListBoxItems) |
| Sort | Sorts items alphabetically by text. (inherited from TTMSFNCListBoxItems) |