TTMSFNCTableViewCategories.ItemById Method
Returns the category with the given identifier.
API unit family: TMSFNCTableView
Declaring type: TTMSFNCTableViewCategories
Syntax
function ItemById(id: integer): TTMSFNCTableViewCategory;
Parameters
| Name | Description |
|---|---|
id |
Identifier of the category to find. |
Returns
The matching TTMSFNCTableViewCategory, or nil when not found.