ITMSFNCControlPickerFull.PickerLookupItem Method
Finds the first hosted item that matches the specified lookup text.
API unit family: TMSFNCControlPicker
Declaring type: ITMSFNCControlPickerFull
Syntax
function PickerLookupItem(ALookupString: String; ACaseSensitive: Boolean): TTMSFNCControlPickerFilterItem;
Parameters
| Name | Description |
|---|---|
ALookupString |
Text used to locate an item. |
ACaseSensitive |
When True, text matching preserves character case. |
Returns
A TTMSFNCControlPickerFilterItem record with the matched item index and text.