ITMSFNCControlPickerFull Interface
Extends a hosted picker control with filtering and lookup support.
API unit family: TMSFNCControlPicker
Extends: ITMSFNCControlPickerItems
Syntax
ITMSFNCControlPickerFull = interface(ITMSFNCControlPickerItems)
Methods
| Name | Description |
|---|---|
| PickerApplyFilter | Applies a text filter to the hosted control. |
| PickerGetContent | Returns the text shown by the collapsed picker. (inherited from ITMSFNCControlPickerBase) |
| PickerGetFirstSelectableItem | Returns the first item that can be selected. (inherited from ITMSFNCControlPickerItems) |
| PickerGetItemCount | Returns the total number of selectable items in the hosted control. (inherited from ITMSFNCControlPickerItems) |
| PickerGetItemHeight | Returns the height used for one hosted item. (inherited from ITMSFNCControlPickerItems) |
| PickerGetItemWidth | Returns the width used for one hosted item. (inherited from ITMSFNCControlPickerItems) |
| PickerGetLastSelectableItem | Returns the last item that can be selected. (inherited from ITMSFNCControlPickerItems) |
| PickerGetNextSelectableItem | Returns the next item that can be selected after the specified item. (inherited from ITMSFNCControlPickerItems) |
| PickerGetPreviousSelectableItem | Returns the previous item that can be selected before the specified item. (inherited from ITMSFNCControlPickerItems) |
| PickerGetSelectedItem | Returns the currently selected item index. (inherited from ITMSFNCControlPickerItems) |
| PickerGetVisibleItemCount | Returns the number of items currently visible in the hosted control. (inherited from ITMSFNCControlPickerItems) |
| PickerLookupItem | Finds the first hosted item that matches the specified lookup text. |
| PickerResetFilter | Clears the active filter in the hosted control. |
| PickerSelectItem | Selects the item at the specified zero-based index. (inherited from ITMSFNCControlPickerItems) |
| PickerSetItemHeight | Sets the height used for one hosted item. (inherited from ITMSFNCControlPickerItems) |
| PickerSetItemWidth | Sets the width used for one hosted item. (inherited from ITMSFNCControlPickerItems) |