PDA

View Full Version : Detail lists



Septimus
28-06-2003, 04:19 PM
I feel like a bit of a tool asking such a simple question amongst all these others, but here goes:
What component would be used to make a list similar to the windows explorer file details or search windows?
One that can be sorted by clicking on the column titles. :roll:

WILL
28-06-2003, 06:59 PM
I believe you're looking for TListView. It works much like Windows Explorer's file panel. It's a bit tricky to work with, but once to get the nack of it you'll be able to configure it in many ways.

The only other one you might be thinking of is TStringGrid, but thats text only.

Septimus
29-06-2003, 09:12 AM
Ahh yeah. I had a play around with the TListView before, but I couldn't figured out what the hell to do with it.
I'll look up some more info about it.
Thanks.