This project is a simple desktop contact manager built with Delphi.
It is part of a small series where I recreated my first program — a contact agenda I originally wrote in Clipper as a teenager.
This version is implemented as a Windows GUI application.
- Add contacts
- Edit contacts (double click)
- Delete contacts with confirmation
- Automatic save to file
- Automatic load on startup
Contacts are stored in a simple text file.
- Delphi
- Object Pascal
- VCL Components
