crud-delphi/README.md
2018-08-20 11:05:55 -03:00

14 lines
471 B
Markdown

# crud_delphi
CRUD DELPHI:
This project's interface language is PT/BR, was developed in RAD Studio 10 Seattle, using the concepts of:
* Object Oriented Programming (OOP),
* Mutiple Document Interface (MDI),
* Create, Read, Update & Delete (CRUD) functions.
It uses memory to store objects using object lists and has import/export functions.
See https://github.com/rickarof/cruddb_delphi if you want this implementation using Firebird database.
Development time: 6h.