Previous Code Entry
Left Arrow
Delphi - Make your own MP3 Metadata Editor with TListview and TEdits
Current Code Entry
Go Back To Code List
[Windows Programming]
Delphi - TListView save items to file and load them back into Listview
Article Entry Date: March 18,2024 @ 05:52:45 / Last Updated On: March 18,2024 @ 06:34:24
I needed a way to save the ListView and then load it back again, and I found this easy method, which works great.
Originally found on. programmersheaven.com«.
Had to be modified a little to work in Delphi 11.

The file will be saved in the folder where your app is running or installed.
If you want it saved in another location, you will have to specify that in the

to this (A folder within your apps folder (Notice the Forward slash))

or this