TTMSFNCTableViewMoreOptions.ItemIndexById Method
Returns the collection index of the more-option button with the given identifier.
API unit family: TMSFNCTableView
Declaring type: TTMSFNCTableViewMoreOptions
Syntax
function ItemIndexById(id: integer): integer;
Parameters
| Name | Description |
|---|---|
id |
Identifier of the option to find. |
Returns
Zero-based index of the matching option, or -1 when not found.