From ed6cef0b2eb5c988e0efbda3515546c7d998dc4f Mon Sep 17 00:00:00 2001 From: rick Date: Mon, 20 Aug 2018 11:01:33 -0300 Subject: [PATCH] Create README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ab41e6d --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# 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. +Development time: 6h. +