ToDo List Tutorial (Delphi/VCL)
The purpose of this tutorial is to teach you all of the basic techniques you need to get up and running with Data Abstract for Delphi.
You will develop a simple ToDo List sample application to manage task lists for different users.
The sample application will have the following functionality:
- The user can register/log in to the system.
- The user sees his tasks with priority, due dates and description.
- The user can filter his tasks.
- The user can add, edit, and remove tasks.
The final sample application will be quite basic, but by the time it is implemented, you should have a good understanding of using Data Abstract for Delphi.