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.
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