You did not find it because it is no standard control.

If you want to just use it, you can eg use JVCL or RxControls.

If you want to make your own, you should take a look at how a combobox is coded. Its nothing else than a TEdit, a TButton and a TListbox in one class.