- UMANG gives you the option to hire experienced Delphi programmers on a monthly and hourly basis.
- Hire Dedicated Full-time Programmers at 25-60 US$ per hour.
- Application Re-engineering and Maintenance of exiting legacy software has been UMANG's forte.
- Outsource your Delphi Project to the award-winning software company.
By Frank van Bommel.
Freeware + source 11 Dec 2008Description
A way to ensure your elements appear just like you want them to. Automatically constrains forms at runtime, at the size used in designtime. A way to ensure your elements appear just like you want them to. You could say this one enables constraints at default, but WITH the ability to change it in …Informations
- Status: Fully functional
- Source: Included
- Size: 3kB
Platforms: D7
By David M. Gilbert.
Freeware + source 24 Feb 2003Description
This is a crude example on how to update a simple Edit field to a directory on the computer with the ShellListView component.Informations
- Status: Fully functional
- Source: Included
- Size: 3kB
Platforms: D5, D6, D7
By Andrei Sagura.
GPLS 03 Apr 2007Description
Simple demo how to use VCL for drag and drop inside of application.Informations
- Status: Fully functional
- Source: Included
- Size: 397kB
Platforms: D2005, D2006, D2007, D2009, D2010, D7
Description
Enables application to use dynamic registration of classes Enables application to interact with list of dynamically registered classes Takes off responsibility from programmer to add RegisterClass on BPLs Allows for applications to use real plug and play BPLs as runtime modules extensor Expanded …Informations
- Status: Fully functional
- Source: Included
- Size: 240kB
Platforms: D7
By BrandsPatch.
Freeware + source 18 Oct 2007Description
The Delphi TButton control does not permit multiline captions or captions with mixed colors, fonts or styles. However, this is easily done since buttons do have the intrinsic ability to host other controls such as labels. The steps to be followed are discussed here. A fully functional demo, …Informations
- Status: Fully functional
- Source: Included
- Size: 228kB
Platforms: D2005, D2006, D2007, D3, D4, D5, D6, D7
By Florian Nica.
Freeware + source 07 May 2006Description
A non-visual replacement for VLC. Makes small executables (~100k), has an advanced graphix unit, with fast alpha-blending functions, all utilities functions are here (file, disk, numerical, string), and a custom form/control engine with full alpha-blending support. The project is close to being finalized.Informations
- Status: Fully functional
- Source: Included
- Size: 1 528kB
Platforms: D2005, D6, D7
By O&A Productions.
Freeware + source 25 Sep 1996Description
How to put component into a Grid.Informations
- Status: Fully functional
- Source: Included
- Size: 17kB
Platforms: D1
Description
Highlight with TMemo impossible? Try this... This is a sample how to work with highlighting within TMemo component by using interjected class technique. Of course, this code is still uncompleted but it works fine for author’s purposes, so, hope you can improve it and use it.Informations
- Status: Fully functional
- Source: Included
- Size: 21kB
Platforms: D3, D4, D5, D6, D7
By EC Software.
Freeware + source 05 May 1997Description
"There are a few "TDBTreeViews" on the internet now. Most of them are shareware and - this is the reason why I wrote this - didn't work like I had expected. Some are very powerful but need a complex data structure to work. Of course, a real DBTreeView is more comfortable. This Example shows you how …Informations
- Status: Fully functional
- Source: Included
- Size: 4kB
Platforms: D2, D3
Description
Example of how to store a Component and its properties to a disk file or a Blob field.Informations
- Status: Fully functional
- Source: Included
- Size: 10kB
Platforms: D3
By David Spies.
Freeware + source 08 Jun 1997Description
How to use structured storage to save TreeView / ListView combo.Informations
- Status: Fully functional
- Source: Included
- Size: 21kB
Platforms: D2
By Avishai Taub.
Freeware + source 02 Feb 2002Description
This is a sample on how to write a custom open/save dialog. It demonstrates the ways: Using a RC file for the DialogAdding custom controls (Panel, StatusBar); Resizing (even on Win95) and aligning controls; Controling messages: Example on how to find out the current selected item and decide if it is a Folder or a File.Informations
- Status: Fully functional
- Source: Included
- Size: 2kB
Platforms: D5, D6
By Frank van Bommel.
Freeware + source 03 Dec 2008Description
There are many more things possible with Delphi than one can make up from the poor help files that accompany it. There is virtually no conceptual help available from the standard help file, and that is just what can be so helpful for programming. I always try to not use any 3rd party component, …Informations
- Status: Fully functional
- Source: Included
- Size: 1 901kB
Platforms: D2005, D2006, D2007, D2009, D2010, D7
By Fire and Safety International.
Freeware + source 10 Mar 1999Description
Just a little project showing how to get at the new IP Address Edit control in comctl32.dll version 4.71.Informations
- Status: Fully functional
- Source: Included
- Size: 4kB
Platforms: D3, D4
By Angus Johnson.
Freeware + source 10 Nov 1998Description
Sample of Custom version of TRichEdit.Informations
- Status: Fully functional
- Source: Included
- Exe demo: included
- Size: 8kB
Platforms: D3
By Bjoern Ischo.
Freeware + source 28 Feb 2001Description
A very simple example on how to create a thumbnail browser using Delphi and a simple new thumbnail class.Informations
- Status: Fully functional
- Source: Included
- Size: 9kB
Platforms: D5
By O. Sosonnykh.
Freeware + source 12 Sep 2000Description
TMyOpenDialog demonstrates a possibility of enhancing the common Windows open dialog by means of a dialog template. TMyOpenDialog is not a recreation of Windows open dialog from scratch, but its true ancestor. This example shows how to: add control s to the open dialog, change their properties and "see" their events; …Informations
- Status: Fully functional
- Source: Included
- Size: 10kB
Platforms: D4, D5
By Craig Ward.
Freeware + source 09 Nov 1995Description
Example of how to use a TOutline component and data-tables.Informations
- Status: Fully functional
- Source: Included
- Size: 13kB
Platforms: D1
By Pal Sitkei.
Freeware + source 01 Nov 2004Description
The TreeMenu is a descendant of TTreeView. It is a "stealth-realese" because the TreeMenu is created only run time and it changes a design time defined simple TreeView to self.Informations
- Status: Fully functional
- Source: Included
- Size: 5kB
Platforms: D7
Description
This is an implementation to a TTreeView’s node so it would automatically expand or contract when an object hovers over it, during a Drag/Drop operation. Unfortunately, if no special code is added, the treeview gets messy and a full repaint is need. To fix this behaviour, TTreeview is subclassed in …Informations
- Status: Fully functional
- Source: Included
- Size: 2kB
Platforms: D7
Description
Delphi PAS and DFM editor. International Codeware tutorial for use of PageControl/ TabSheet/ RichEdit as a Delphi file editor. Given to the Delphi community. Contributed code will be archived for others to use as an example onInformations
- Status: Fully functional
- Source: Included
- Size: 35kB
Platforms: D2, D3