Tagged Questions

2
votes
2answers
209 views

Creating a TCustomComboBox descendant in Delphi

I am trying to create a custom control based on the TCustomComboBox in Delphi 2007, But I am stuck on the first hurdle. I am trying to override the way the drop down is displayed, primarally the text …