Go to file
2018-08-21 09:42:32 -03:00
Win32/Debug modified limpaCampos function calls 2018-08-21 09:42:11 -03:00
Project1.dpr added CRUD interface and functions 2018-08-17 12:28:17 -03:00
Project1.dproj modified limpaCampos function calls 2018-08-21 09:42:11 -03:00
Project1.dproj.local modified limpaCampos function calls 2018-08-21 09:42:11 -03:00
Project1.identcache added panel centralization with client 2018-08-20 11:02:42 -03:00
Project1.res project base upload 2018-08-16 10:58:38 -03:00
Project1.stat modified limpaCampos function calls 2018-08-21 09:42:11 -03:00
README.md Update README.md 2018-08-20 11:05:55 -03:00
UnitDados.pas added CRUD interface and functions 2018-08-17 12:28:17 -03:00
UnitFormCidade.dfm modified limpaCampos function calls 2018-08-21 09:42:11 -03:00
UnitFormCidade.pas modified limpaCampos function calls 2018-08-21 09:42:11 -03:00
UnitFormEstado.dfm added CRUD interface and functions 2018-08-17 12:28:17 -03:00
UnitFormEstado.pas added CRUD interface and functions 2018-08-17 12:28:17 -03:00
UnitFormGrid.dfm added CRUD interface and functions 2018-08-17 12:28:17 -03:00
UnitFormGrid.pas added CRUD interface and functions 2018-08-17 12:28:17 -03:00
UnitFormPadrao.dfm modified limpaCampos function calls 2018-08-21 09:42:11 -03:00
UnitFormPadrao.pas added CRUD interface and functions 2018-08-17 12:28:17 -03:00
UnitFormPais.dfm added CRUD interface and functions 2018-08-17 12:28:17 -03:00
UnitFormPais.pas added CRUD interface and functions 2018-08-17 12:28:17 -03:00
UnitFormSplash.dfm added CRUD interface and functions 2018-08-17 12:28:17 -03:00
UnitFormSplash.pas added CRUD interface and functions 2018-08-17 12:28:17 -03:00
UnitLista.pas added CRUD interface and functions 2018-08-17 12:28:17 -03:00
UnitSharedVariables.pas added CRUD interface and functions 2018-08-17 12:28:17 -03:00

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.