TTMSFNCTableViewMoreOptions.Insert Method
Inserts a new swipe-action button at the specified index and returns it.
API unit family: TMSFNCTableView
Declaring type: TTMSFNCTableViewMoreOptions
Syntax
function Insert(Index: Integer): TTMSFNCTableViewMoreOption;
Parameters
| Name | Description |
|---|---|
Index |
Zero-based position at which to insert the button. |
Returns
The newly inserted TTMSFNCTableViewMoreOption.