Software Development Kit
to the Delphi-Win32 and Free Pascal compilers
Home > Wiki > Highlights

Highlights

english (en) | português (br)

General

Data type

  • ENUMs
  • calculated attributes
  • user defined attribute types
  • Business Objects with customizable expression evaluation: useful for reports designed in run-time

OPF

  • very customizable: simplifies the use of legacy databases
  • lazy loading and bulk retrieve: fast object retrieving for complex models
  • very simple db sequence/generator generation
  • complete DDL generation:
    • primary and foreign keys
    • sequences/generators
    • real object names
    • warning about long object names, whose length is beyond the limit of the RDBMS
  • object retrieving:
    • object query language
    • query class, which simplifies the creation of the user interface
    • sql

MVP

  • MVP instead of dbWare: forms free of code
  • Use of any visual control, even if the framework does not know, through registration of a View to it
  • Global changing of the presentation of data into visual components, through registration of Model customized by the user
  • Global changing of the behavior of components for editing of data, through registration of Interactor customized by the user
  • MVP for VCL, LCL, and under development: MSEgui, fpGUI, Kol/Mck

Soon...