DDuce is a new Delphi code library. Since Delphi got new language features like operator overloading, attributes, generics, anonymous methods and extended RTTI it provides some new powerful tools to extend the developer's creativity.
The library features components, modules, extensions and primitives that are used by my open source applications.
The sources depend on the following libraries and components:
In addition some lesser known but excellent open source Delphi components were ported and extended to support the latest versions of Delphi.
This component is based on the work of Evgeny Balabuyev. You may obtain a copy of the original code at http://www.torry.net/vcl/packs/lite/extlib.zip.
It mimics Delphi's object inspector and makes it possible to edit any published property of a component (or other class compiled with RTTI enabled with {$M+}
) at runtime.
A native and very fast virtual VCL grid component. It is based on the work of Roman M. Mochalov. A copy of the original sources can be found at http://www.tersy.ru/~roman/download/.
A TGridView
descendant which can be linked to a TDataSource
and can be used like a TDBGrid
. It is based on the work of Roman M. Mochalov.
A TGridView
descendant that displays data in a vertical object inspector-like way. Just like its ancestor this is a virtual grid control so it does not own the data it displays.
A TVirtualStringTree
descendant to visualize and edit XML data.