Table of Contents

TTMSFNCListBoxCopyItems.FindItem Method

Returns the first item whose text matches AText, or nil if not found.

API unit family: TMSFNCListBox Declaring type: TTMSFNCListBoxCopyItems Inherited from: TTMSFNCListBoxItems

Syntax

function FindItem(AText: string): TTMSFNCListBoxItem;

Parameters

Name Description
AText Text to search for.