Table of Contents

TTMSFNCCustomTableView.LookupItem Method

Looks up an item by text.

API unit family: TMSFNCTableView Declaring type: TTMSFNCCustomTableView

Syntax

function LookupItem(ALookupString: String; ACaseSensitive: Boolean = False; AAutoSelect: Boolean = False): TTMSFNCTableViewItem; virtual;

Parameters

Name Description
ALookupString Text to look up.
ACaseSensitive When True, matching uses case-sensitive comparison.
AAutoSelect When True, selects the matching item automatically.

Returns

The matching table view object, or nil when no match is found.