Table of Contents

TTMSFNCTableViewMoreOptions.ItemById Method

Returns the more-option button with the given identifier.

API unit family: TMSFNCTableView Declaring type: TTMSFNCTableViewMoreOptions

Syntax

function ItemById(id: integer): TTMSFNCTableViewMoreOption;

Parameters

Name Description
id Identifier of the option to find.

Returns

The matching TTMSFNCTableViewMoreOption, or nil when not found.