Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

details list like in explorer.exe

I am having a problem finding a Delphi component to list items with some information as well just like the Windows file explorer does.

Is there a component that I could use to make a list of names and information about them, like in explorer.exe maybe? I am trying to make a club membership management program so I want to be able to list the name of members and basic info and then when there name is clicked it goes into more detailed info.

If there is a component that can list stuff the way explorer.exe can then please tell me.

like image 638
connorbp Avatar asked Mar 02 '26 18:03

connorbp


1 Answers

The component which you are looking for is the TListView. If your application will be based on a database information you must consider a data aware component like TDBGrid

like image 56
RRUZ Avatar answered Mar 05 '26 16:03

RRUZ



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!