TTMSFNCTableViewItems Class
Collection of table view items displayed in the control.
API unit family: TMSFNCTableView
Inherits from: TTMSFNCOwnedCollection
Syntax
TTMSFNCTableViewItems = class(TTMSFNCOwnedCollection)
Properties
| Name | Description |
|---|---|
| Items | Gets or sets items. |
Methods
| Name | Description |
|---|---|
| Add | Appends a new item to the collection and returns it. |
| Clear | Removes all items from the collection. |
| Insert | Inserts a new item at the specified index and returns it. |
| Sort | Sorts the items. |
| TableView | Returns the table view that owns this collection. |