Go to file
2018-08-22 11:35:50 -03:00
Win32/Debug added 'search by grid column' function 2018-08-22 11:35:50 -03:00
Project1.dpr added 'search by grid column' function 2018-08-22 11:35:50 -03:00
Project1.dproj added 'search by grid column' function 2018-08-22 11:35:50 -03:00
Project1.dproj.local added 'search by name' function to remaining classes 2018-08-22 08:40:49 -03:00
Project1.identcache added panel centralization with client 2018-08-20 11:02:42 -03:00
Project1.res modified visual components 2018-08-22 09:12:03 -03:00
Project1.stat added 'search by grid column' function 2018-08-22 11:35:50 -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 added 'search by grid column' function 2018-08-22 11:35:50 -03:00
UnitFormCidade.pas added 'search by grid column' function 2018-08-22 11:35:50 -03:00
UnitFormEstado.dfm modified visual components 2018-08-22 09:40:38 -03:00
UnitFormEstado.pas added CRUD interface and functions 2018-08-17 12:28:17 -03:00
UnitFormGrid.dfm added 'search by grid column' function 2018-08-22 11:35:50 -03:00
UnitFormGrid.pas added 'search by grid column' function 2018-08-22 11:35:50 -03:00
UnitFormPadrao.dfm modified visual components 2018-08-22 09:40:38 -03:00
UnitFormPadrao.pas added CRUD interface and functions 2018-08-17 12:28:17 -03:00
UnitFormPais.dfm modified visual components 2018-08-22 09:40:38 -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

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.