Professional set of Delphi and C++Builder components for virtual instrumentation
- Meters, Bars (Gauge), with linear or log(10) scaling
- Digital indicators (time, value)
- Operating Point display
- Dial (knob), Sliders, Trend/Recorder
- buttons, switches, LED indicators
- DB-Aware components and many more
By RedBeeSoft inc.
GPLS 16 Feb 2009Description
Multiplatform library of containers and data structures for Delphi and Pascal. Features: full support for all Delphi build-in types in all containers full range of containers available: vectors, maps, sets, lists and other full range of set operations available all containers keep data in native …Informations
- Status: Fully functional
- Source: Included
- Size: 523 kB
Platforms: D2005, D2006, D2007, D2009, D7
Description
Collection of utility classes, string functions, system, arithmetic and financial.Informations
- Status: Fully functional
- Source: Included
- Size: 8 kB
Platforms: D2, D3, D4, D5, D6
By DeHL Team.
Freeware + source 10 Feb 2011Description
Collections is a package consisting of basic and advanced generic collections for Delphi. This package uses the standard Generics.Defaults and Generics.Collections units to access the comparer and equality comparer functionality. The collection classes do not inherit the base ones in Generics.Informations
- Status: Fully functional
- Source: Included
- Size: 135 kB
Platforms: D2010, DXE
By MediSoft Int.
Freeware + source 04 Sep 2000Description
Extensions to Classes unit. Low level (no controls or forms): Extended Lists, Streams, memory allocator. VCL Hacks - get onto any private property or list, if you recognize it or can toggle it...Informations
- Status: Fully functional
- Source: Included
- Size: 22 kB
Platforms: D3, D4, D5
Description
This unit enables you to write and read (a) component(s) to/from a file. The file formats can be a windows resource file, some kind of DFM file (object binary) or a DFM object text file. To read or write a component, it’s using Delphi’s component streaming capabilities.Informations
- Status: Fully functional
- Source: Included
- Size: 174 kB
Platforms: D4, D5, D6, D7
By Thomas Quester.
Freeware + source 01 Dec 1998Description
A set of classes that turn any form into a single native VCL component, as a TPanel, TScrollBox or TGroupBox. Easy to add other containers. Actual code is 4 lines of Pascal. Includes an article that explains how it works. Now distributed as helpware: Send a donation (for example one lego, …Informations
- Status: Fully functional
- Source: Included
- Size: 33 kB
Platforms: CB1, CB3, D1, D2, D3, D4
By IHSoftware.
Freeware + source 09 Jan 1998Description
Compound Documents, or OLE Structured Storage, provide an ingenious and easy way to effectively create a full file-system within a file. A compound document functions as a 'directory' (or root storage in the lingo) which can contain 'sub-directories' (aka storages) and/or 'files' (aka streams).Informations
- Status: Fully functional
- Source: Included
- Size: 36 kB
Platforms: D1, D2, D3
By DeHL Team.
Freeware + source 04 Oct 2010Description
A generic code library for Delphi. The most important features of DeHL for now are: A set of generic collections classes (List, Dictionary, HashSet, etc). Linq-like extensions (called Enex) for collections which allow writing queries on collection classes. Date/Time functionality all combined in a …Informations
- Status: Fully functional
- Source: Included
- Size: 296 kB
Platforms: D2009, D2010
Description
DIContainers are a collection of over 60 container classes for Borland Delphi. Four different container structures are available: Hash containers, doubly-linked Lists, N-ary Trees, and Vector containers. DIContainers are designed with easy customization in mind: A container's structure and its Data …Informations
- Status: Fully functional
- Source: On purchase/registration
- price: $63
- Source price: $130
- Size: 10 015 kB
Platforms: D10, D2005, D2006, D2007, D2009, D2010, D4, D5, D6, D7, DXE, DXE2, DXE3, DXE4, DXE5, DXE6, DXE64, DXE7, DXE8
By Marc Geldon.
Freeware + source 13 May 2004Description
On that component you can easily generate as much stringlists as you like and you can give them names. During runtime you can access that stringlists by name. So you have just one component on your form or datamodule handle your stringlists (for example all your SQLs). Documention in German.Informations
- Status: Fully functional
- Source: Included
- Size: 31 kB
Platforms: D5, D6, D7
By OpenSourcePan.
Freeware + source 22 Jun 2002Description
A hash (properly known as an associative array) is a bit like an array, but instead of having an ordinal (integer, char and so on) index, each item is identified by a string. To allow items to be found quickly, a technique known as hashing (hence the name hash) is used. This library provides a generic THash component, …Informations
- Status: Fully functional
- Source: Included
- Size: 6 kB
Platforms: CB6, D5, D6
Description
Various TList descendants and TList-compatible classes: TGpIntegerList is a TList-compatible class used to store integers. TGpIntegerObjectList is a TGpIntegerList descendant used to store integers and associated objects. TGpCountedIntegerList is a TGpIntegerList descendant used to store pairs of 32-bit integers.Informations
- Status: Fully functional
- Source: Included
- Size: 36 kB
Platforms: D2005, D2006, D2007, D2009, D2010, D5, D6, D7, DXE, DXE2, DXE3
Description
Smarter base class. Handles error codes, includes precondition and postcondition checker. This unit contains two interfaces: IGpManagedErrorHandling describes standarized error handling, and IGpManagedConditionChecking describes pre- and postcondition checking. Class TGpManagedClass implements both …Informations
- Status: Fully functional
- Source: Included
- Size: 3 kB
Platforms: D5, D6
By Sergiy Korzh.
Freeware + source 20 Jun 2005Description
Contains many useful classes, procedures and functions including: Utility and collection classes: TKObjectList (useful for older Delphi versions); TKIntStack - stack with integer values; TKRegistry - an extetion of TRegistry class which allows to delete registry keys; TKScanner - simple but very …Informations
- Status: Fully functional
- Source: Included
- Size: 204 kB
Platforms: CB6, D2005, D3, D4, D5, D6, D7
By Oleg Karakin.
Freeware 29 May 2007Description
Object wrapper for LibXML2: it is not implemented like COM objects simple and easy to use. comments are in Russian.Informations
- Status: Fully functional
- Source: Included
- Size: 1 129 kB
Platforms: D7
By IHSoftware.
Freeware + source 08 Jun 2000Description
The Maps Library provides five genuine generic associative containers for Delphi. Just as TStringList lets you associate an object with a string as index, Maps let you associate just about any kind of data, object or atomic, with just about any other kind.Informations
- Status: Fully functional
- Source: Included
- Size: 69 kB
Platforms: D2, D3, D4, D5
By Riceball LEE.
Freeware + source 10 Feb 2008Description
The MeAOP Library is Aspect Oriented Programming for delphi. IMO, the aspect is the general feature in fact. It’s a helper for object-oriented programming to re-use the feature(function), such as the Login feature. Aspect Oriented Programming attempts to aid programmers in the separation of features, …Informations
- Status: Fully functional
- Source: Included
- Size: 395 kB
Platforms: C2k6, C2k7, D2005, D2006, D2007, D7
By Boian Mitov.
Freeware + source 02 Nov 2015Description
The purpose of the OpenWire project is to introduce unified easy way to transfer data and events among different VCL/FireMonkey components. This is very similar to the way the products as LabView and HP VEE work. As example you can have a sine wave generator which streams out to a chart and to a filter, …Informations
- Status: Fully functional
- Source: Included
- Exe demo: included
- Size: 393 066 kB
Platforms: C10, CBXE7, CBXE8, D10, DXE7, DXE8, FM3
By Udo Juerss.
Freeware + source 06 Apr 1999Description
PropertyInspector is a non-visual component for viewing properties of every TControl at runtime. Works on all application forms. Can be controlled by mouse / keyboard or program.Informations
- Status: Fully functional
- Source: Included
- Size: 4 kB
Platforms: D3, D4
By RedBeeSoft inc.
SWS 23 Aug 2009Description
RBS Antidot is library of containers and data structures for Delphi and Pascal. Features: Ultimate support of all Delphi built-in data types for all containers. Includes comprehensive set of data structures: Vectors, Maps, Lists, Sets, Trees etc. Containers keep data in the native format.Informations
- Status: Evaluation (time-limit)
- Source: Included
- price: $35
- Size: 988 kB
Platforms: D2005, D2006, D2007, D2009, D2010, D7
Description
The RtlVclOptimize.pas unit contains optimized RTL and VCL function that are used by DelphiSpeedUp. This unit allows you to use all non IDE specific DelphiSpeedUp optimizations in your own applications. Features: Faster String/WideString Compare/SameText Faster TList implementation Faster TStrings.Informations
- Status: Fully functional
- Source: Included
- Size: 21 kB
Platforms: D2005, D2006, D2007, D5, D6, D7
By Software Development Lohninger.
04 Sep 2020Description
The package BasePack contains several units of the SDL Component Suite which fall into the category "basic operations and data structures". Among them are FIFO registers, bit arrays, system specific routines, the handling of streams, and string processing. BasePack will be included for …Informations
- Status: Partially restricted
- Source: On purchase/registration
- price: $148
- Source price: $148
- Size: 816 - 2190 kB
Platforms: C2k6, D2006, C2k7, D2007, C2k9, D2009, C2k10, D2010, CBXE2, DXE2, CBXE3, DXE3, DXE64, CBXE4, DXE4, CBXE5, DXE5, CBXE6, DXE6, CBXE7, DXE7, CBXE8, DXE8, CBXE, DXE, C10.3, D10.3, C10.2, D10.2, C10.4, D10.4
By Michal Kokorceny.
Freeware + source 04 Jan 2013Description
The programming language Object Pascal in the Delphi environment allows to use only sets of maximum size of 256 elements (Set Of Byte or Set Of Char). TSetOfInteger is a class, which can pass this limit and allows to use unlimited set of integers in similar way, as it is possible to work with common sets.Informations
- Status: Fully functional
- Source: Included
- Size: 282 kB
Platforms: D2005, D2006, D2007, D2009, D2010, D7, DXE, DXE2, DXE3, FM, FM2
By BrandsPatch.
Freeware + source 06 Sep 2007Description
A simple component for storing a reference counted list of integers. Add a value that is already in the list and its reference count is incremented. Delete a value from the list and it will only be removed if its reference count would be zero after the removal.Informations
- Status: Fully functional
- Source: Included
- Size: 2 kB
Platforms: D2005, D2006, D2007, D3, D4, D5, D6, D7
Description
tiOPF is a Object Persistence Framework. That is, it is a framework based around saving your objects to, and loading them from, databases and/or flat files. Key features: Lets you build an object oriented application that can swap databases with the flick of a command line parameter, …Informations
- Status: Fully functional
- Source: Included
- Size: 2 226 kB
Platforms: C2k6, C2k7, D2005, D2006, D2007, D5, D6, D7
By Guram Dukashvili.
Freeware + source 16 Oct 2004Description
Key - Object pairs and fastest list indexing.Informations
- Status: Fully functional
- Source: Included
- Size: 55 kB
Platforms: CB6
By Bayden Systems.
Freeware + source 10 Apr 1998Description
TIntList is a simple, tiny class that stores a list of integers just as a TStringList stores a list of strings. Version 2.0 includes a few new methods.Informations
- Status: Fully functional
- Source: Included
- Size: 1 kB
Platforms: D1, D2, D3
By Thomas Abel.
SWS 25 Mar 2011Description
TIntegerList Class. Use TIntegerList to create and to work with Integerlists.Informations
- Status: Fully functional
- Source: Included
- Size: 3 kB
Platforms: D2007, D7
By BrandsPatch.
Freeware + source 06 Sep 2007Description
Ever wished there were a simple equivalent of TStringList to store numbers? Some versions of Delphi come with an integer list object but not all. However, it is very easy to use TList to store and manage a list of integers. We show how.Informations
- Status: Fully functional
- Source: Included
- Size: 3 kB
Platforms: D2005, D2006, D2007, D3, D4, D5, D6, D7
By Jim O’Flaherty.
Freeware + source 14 Sep 1999Description
Delphi has included a collection class from its initial release, TList. Unfortunately, the implementation chosen focused on using Pointer as opposed to references. This creates a problem in attempting to use TList to contain descendents of TObject. Every time TList is used to submit an instance for later retrieval, …Informations
- Status: Fully functional
- Source: Included
- Size: 11 kB
Platforms: D2, D3, D4
Description
The TLListInt component is a Delphi component that allows you to store integers in a quasi dynamic array like you store strings in an TListBox.Informations
- Status: Fully functional
- Source: Included
- Exe demo: included
- Size: 104 kB
Platforms: D1, D2
By BrandsPatch.
Freeware + source 12 Feb 2008Description
The Delphi TStringList class provides a handy way of managing lists of strings. TRealList does the same thing for floating point numbers. TRealList methods and properties can be used to add, delete, insert and find real numbers. The Granularity property can be used to control the the way in which the Add, …Informations
- Status: Fully functional
- Source: Included
- Size: 260 kB
Platforms: D2005, D2006, D2007, D3, D4, D5, D6, D7
By Thomas Abel.
Freeware + source 25 Mar 2011Description
TRealList Class. Use TRealList to create and to work with point numbers lists.Informations
- Status: Fully functional
- Source: Included
- Size: 3 kB
Platforms: D2007, D7
Description
Completely customize, modify, and/or add to other applications with this control. Break the 32-bit process barriers, TSubclass32 allows you to easily subclass any window in Win32, even those created by other applications. Subclass as many windows as you wish, at the same time Methods which allow …Informations
- Status: Fully functional
- Source: On purchase/registration
- price: $40
- Source price: $60
- Size: 121 kB
Platforms: D2, D3, D4
By M. Jastrebtsoff.
Freeware + source 28 May 2002Description
Turbo Vision for Delphi. Ported old Borland console CUA library for Delphi Win32.Informations
- Status: Fully functional
- Source: Included
- Size: 199 kB
Platforms: D5, D6
By Igor Garbus.
08 Apr 2005Description
Features: In memory tree-type structure of data; Data exchange with an INI files, Memory, Registry, Binary files, XML files; Data types: Integer, String, Boolean, Float, DateTime, Currency, Int64; Data encrypting (XOR); Free updating.Informations
- Status: Fully functional
- Source: On purchase/registration
- price: $20
- Exe demo: included
- Size: 159 kB
Platforms: D2005, D7
By Thomas Kerkmann.
Freeware + source 27 Sep 2006Description
XSDTool is a utility to create Class-definitions from an XSD file. "I had to slightly modify the parser because it had a memory leak. The corrected version is part of this archive. I also used MRUFileList from Brad Stowers. unfortunately his delphi-free-stuff pages are no longer available.Informations
- Status: Fully functional
- Source: Included
- Size: 427 kB
Platforms: D5