-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Arsanias edited this page Nov 5, 2021
·
6 revisions
The purpose of Delphi Core Engine is to extract most common code of Delphi projects, to save time and maintenance. The engine has units for game and database development.
The units can be classified into 3 different goups as
- Core
- Core Game
- Core Database
The Core (as the name suggests) contains the "neutral" units, required for all type of development.
- Core.Types
- Core.Utils
- Core.Arrays
The Core Database Units can be used to instantly generate all kind of database applications for ADO and MySQL.
Core.Database