Skip to content
Arsanias edited this page Nov 5, 2021 · 6 revisions

Introduction

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

The Core (as the name suggests) contains the "neutral" units, required for all type of development.

  • Core.Types
  • Core.Utils
  • Core.Arrays

Core Database

The Core Database Units can be used to instantly generate all kind of database applications for ADO and MySQL.

Core.Database

Clone this wiki locally