TTMSFNCTableViewMoreOptions Class
Collection of swipe-action buttons shown when the user swipes a table view item.
API unit family: TMSFNCTableView
Inherits from: TTMSFNCOwnedCollection
Syntax
TTMSFNCTableViewMoreOptions = class(TTMSFNCOwnedCollection)
Properties
| Name | Description |
|---|---|
| Items | Gets or sets items. |
Methods
| Name | Description |
|---|---|
| Add | Appends a new swipe-action button to the collection and returns it. |
| Clear | Removes all swipe-action buttons from the collection. |
| Delete | Removes the swipe-action button at the given zero-based index from the collection. |
| Insert | Inserts a new swipe-action button at the specified index and returns it. |
| ItemById | Returns the more-option button with the given identifier. |
| ItemIndexById | Returns the collection index of the more-option button with the given identifier. |