Thomas Mueller
Author Homepage: http://www.dummzeuch.de
ALL VCL, WEB, FNC, FMX, LCL .NET and IntraWeb components + Business Tools & Developer Tools Stay always current with our entire product range at a fraction of the price!
- Access to new products upon release
- Access to premium support & updates for 1 year
- Access to previews and betas
- Perpetual licenses to all products
Total 6 products
Delphi VCL Extensions RX Lib - Rx Library v.2.7.7.5
Components > Component Packs > Multi-purpose Huge
By Thomas Mueller.
Freeware + source 14 Feb 2010Description
Delphi VCL Extensions (RX) Lib with support for Delphi 2009-2010 and some improvements.Informations
- Status: Fully functional
- Source: Included
- Size: 1 714kB
Platforms: D2005, D2006, D2007, D2009, D2010, D6, D7
dummzeuch.de chart for Delphi 7 and Kylix 3 v.2.1.1
Components > Charts and Graphs > Charts
By Thomas Mueller.
Freeware + source 04 Jul 2006Description
TdzXYChart can draw a two dimensional chart using different formats for lines and points. It automatically scales the axes. It can also draw a bar chart. The number of data series containing the values is virtually unlimited. A special chart type called ctAlternateLine allows to have lines from -infinity to +infinity (think quality control charts). The point styles psUpArrow and psDownArror allow to mark specific points with an up or down arrow.Informations
- Status: Fully functional
- Source: Included
- Exe demo: included
- Size: 582kB
Platforms: D7
dummzeuch.de chart for Delphi 7 and Kylix 3 v.2.1.1
Kylix > Components > Charts and Graphs
By Thomas Mueller.
Freeware + source 20 May 2007Description
TdzXYChart can draw a two dimensional chart using different formats for lines and points. It automatically scales the axes. It can also draw a bar chart. The number of data series containing the values is virtually unlimited. A special chart type called ctAlternateLine allows to have lines from -infinity to +infinity (think quality control charts). The point styles psUpArrow and psDownArror allow to mark specific points with an up or down arrow.Informations
- Status: Fully functional
- Source: Included
- Size: 582kB
Platforms: KLX3
dzAutoSave v.1.2.0.3
Components > Experts, IDE etc. > Tools
By Thomas Mueller.
Freeware + source 08 Sep 2014Description
This is an IDE wizard for Delphi that automatically saves all changes either at every compile or at a configurable interval.Informations
- Status: Fully functional
- Source: Included
- Size: 3 004kB
Platforms: C2k10, C2k6, C2k7, C2k9, CBXE, CBXE2, CBXE3, CBXE4, CBXE5, CBXE6, CBXE7, D2005, D2006, D2007, D2009, D2010, D5, D6, D7, DXE, DXE2, DXE3, DXE4, DXE5, DXE6, DXE7
dzPackageInst
Developer Tools > Project > Project Tools
By Thomas Mueller.
Freeware 13 May 2014Description
dzPackageInst is a command line program for installing designtime packages into Delphi IDEs. It supports Delphi 6 up to Delphi XE6.Informations
- Status: Fully functional
- Source: On request
- Size: 239kB
Platforms: D2005, D2006, D2007, D2009, D2010, D6, D7, DXE, DXE2, DXE3, DXE4, DXE5, DXE6, DXE64
dzTemplates v.1.0.2
Components > Experts, IDE etc. > Code Templates
By Thomas Mueller.
Freeware + source 15 May 2006Description
dzTemplates is a set of container pseudo templates for Delphi, Kylix and other Object Pascal compilers. It adds some kind of C++ like templates to the language by using include files.dzTemplates is a set of type safe containers that can be easily used to store whatever data you want it to store.
The following containers are available:
- List templates are the most generic containers. They come in two flavours: One that stores anything that can be typecasted into a pointer or an interface and one that assumes the items are descendants of TObject and "owns" them (that is, it will free them in its destructor). There is also an interface declaration for this kind of container (dzListInterfaceTemplate).
- dzListTemplate / dzObjectListTemplate is the most generic container it stores its items in the order they are added.
- dzSortedListTemplate / dzSortedObjectListTemplate is based on dzListTemplate and adds a sort order to it. It introduces methods for comparing two items and searching for them with a binary search algorithm. A Duplicates property like the one in TStringList determines what to do with duplicate items.
- dzIntegerSortedListTemplate / dzIntegerSortedObjectListTemplate is a specialized descendant of dzSortedListTemplate which assumes that its items are sorted by an integer value.
- dzStackTemplate / dzObjectStackTemplate are both stacks (LIFO = last in first out), again one for storing anything that can be typecasted to a pointer or interface and one for storing TObject descendants.
- dzQueueTemplate is a queue (FIFO = first in first out) for storing anything that can be typecasted to a pointer or interface. There is currently no dzObjectQueueTemplate but I will add one shortly.
- dzHashTemplate is a hash or associative array for storing items and accessing them via an associated string.
Informations
- Status: Fully functional
- Source: Included
- Size: 69kB
Platforms: D2005, D2006