mirror of
https://github.com/rickrd/crud-delphi.git
synced 2025-12-19 09:03:43 +01:00
| Win32/Debug | ||
| Project1.dpr | ||
| Project1.dproj | ||
| Project1.dproj.local | ||
| Project1.identcache | ||
| Project1.res | ||
| Project1.stat | ||
| README.md | ||
| UnitDados.pas | ||
| UnitFormCidade.dfm | ||
| UnitFormCidade.pas | ||
| UnitFormEstado.dfm | ||
| UnitFormEstado.pas | ||
| UnitFormGrid.dfm | ||
| UnitFormGrid.pas | ||
| UnitFormPadrao.dfm | ||
| UnitFormPadrao.pas | ||
| UnitFormPais.dfm | ||
| UnitFormPais.pas | ||
| UnitFormSplash.dfm | ||
| UnitFormSplash.pas | ||
| UnitLista.pas | ||
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.