Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Multi-column combobox 1

Status
Not open for further replies.

AP81

Programmer
Apr 11, 2003
740
0
0
AU
I would like to make a combobox which contains two columns. How can I do this?




------------------------------------
There's no place like 127.0.0.1
------------------------------------
 
you could make use of the Delphi VCL owner/draw (on draw) event. There's a sample app that ships with Delphi (5) called 'FontDraw' in folder 'demos\OwnerLst'. This is only a simple example but it illustrates the point. You might do well to see what third party components there are out there on the web. The trouble I find here though is that you normally get too much functionality for what you need!! Hope this helps anyhow.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top