SearchField.AllowRecentItems

From Xojo Documentation

Property (As Boolean )
aSearchField.AllowRecentItems = newBooleanValue
or
BooleanValue = aSearchField.AllowRecentItems

Supported for all project types and targets.

If True, the SearchField will include a popup menu that displays items that were recently entered.

Notes

This is supported only for macOS.

See Also

ClearMenuItemCaption, MaximumRecentItems, and RecentItemsCaption properties.