The purpose of this set of components is to simplify the task of defining
application settings and associated option dialogs.
With these components you just use the form designer to set up your option
dialog, using the TdzConfigXxxx controls. In addition you can use all the
"passive" controls like TPanel, TGroupBox and TPageControl for grouping
the controls and the associated settings.
Components for Delphi for the reusable organization of data logic
SFBusinessData is a set of components for Embarcadero Delphi that answers the question of reusable organization of business or data logic in Delphi applications.
With SFBusinessData, business logic is stored in specialized data classes that ideally correspond to the structure of the data model. The basis of these classes is the corresponding base class of SFBusinessData, which is ultimately a dataset.
MDO is an open source data-access component suite, providing direct access to Firebird from Borland Delphi applications. MDO is a descendant of FreeIBComponents by Greg Deatz, so IBX users looking for a migration path to Firebird can have a look at these