I'm in need of a TComboBox with an extra button, much like what you see happen in the Object Inspector when you're editing a color: the drop-down allows you to select a standard color and the button opens up a color dialog window.
I want to mimic that exact behavior in my code. I could, I suppose, create a form, or even a panel, set a combobox and a button on them, rig the thing to act as an editor in a grid, but there would be some wiring that I would need to take care of. I've looked around for an existing widget that does that and couldn't find it (Googled it, really).
Any thoughts would be welcome!