The TMyDBLookup component provides your end-users with the ability to enter, edit or select a value for a field from a drop-down list of values that is populated from a second lookup table. It greatly expanding upon the capabilities of Delphi's built-in TDBLookupComboBox component. Some of the enhancements to this component include the following:
You can select any number of fields to be displayed in the drop-down list.End-users can incrementally search through the lookup list by directly typing into the combo control while the lookup list is displayed. This is a great advantage when using lookup tables that contain hundreds or even thousands of records.Component automatically detects when a user's entry is not in the lookup list, and allows you to perform an action.
...