beNative / dduce

DDuce library for Delphi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

DDuce is a 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. Take a look at the included demo application (´DDuce.Demos´) and unit tests (´DDuce.Tests´) to get a better insight about how everything works.

Editor module

IEditorView

Virtualtrees factories

Virtualtrees factories

TValuelist

TValueList

TVTNode

The TVTNode<T> class is a generic type designed to be used as the data structure where each treenode in a virtual treeview is pointing to.

TVTNode<T>

TGridView

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/.

TGridView

TDBGridView

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.

TInspector

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.

TInspector

About

DDuce library for Delphi

License:Apache License 2.0


Languages

Language:Pascal 99.9%Language:Batchfile 0.1%Language:C++ 0.0%Language:HTML 0.0%