TTMSFNCCustomListEditorItems Class
Collection of chip items (
TTMSFNCCustomListEditorItem) displayed in a list editor control.
API unit family: TMSFNCListEditor
Inherits from: TTMSFNCOwnedCollection
Syntax
TTMSFNCCustomListEditorItems = class(TTMSFNCOwnedCollection)
Properties
| Name | Description |
|---|---|
| Items | Indexed access to the chip items in this collection. |
Methods
| Name | Description |
|---|---|
| Add | Appends a new chip item to the collection and returns it. |
| Insert | Inserts a new chip item at the specified zero-based index and returns it. |