I\'m using a TComboBox component with the style property set to csOwnerDrawFixed, I implement the OnDrawItem And everything works fine, Now I want which the co
None of the OwnerDraw styles support the presence of an edit box in the TComboBox. You will have to use a separate TEdit instead.
TComboBox
TEdit