Previous 20 filesDelphi 4.0x freeware
Classes and units

[ ezdsl302.exe ] [ 746,530 bytes ] [ Freeware ] [ With Source ]
[ D1 | D2 | D3 | D4 | D5 ]
The EZDSL units provide an OOP interface for classical data structures for Delphi: stacks, queues, lists, binary trees and so forth
Added: 24-05-1996   |  Version: 3.02   |  Downloads: 928/920/3
Author:Julian M. Bucknall   [DSP files]

[ FileCmpr.zip ] [ 1,973 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 | D5 ]
TFileCompare is a simple class for comparing the contents one file (of any type) with another. Useful, for example, in comparing two (apparently) identical image files.
Added: 17-07-2000   |  Version: 1.0   |  Downloads: 5316/5316/15
Author:Mike Gibbard   [DSP files]

[ fillunit.zip ] [ 194,184 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 ]
This is a unit with a procedure implementing the graphic "filling" algorithm ( like the paint bucket of many proof softwares , see Photoshop )
Added: 3-09-2000   |  Version: n/a   |  Downloads: 3651/3651/12
Author:Francesco Savastano   [Homepage]   [DSP files]

[ FrmProxy.zip ] [ 6,307 bytes ] [ Freeware ] [ With Source ]
[ D4 ]
Delphi-Apps usually create all possible Forms at startup. This could cost some time. frmProxy is a proxy-object that acst like a form and checks whether a specific form that has to be imitated has been created already. If necessary it creates it. Sample App provided...
Added: 17-07-2000   |  Version: 1.0   |  Downloads: 1385/1385/1
Author:Ralf Steinhaeusser   [DSP files]

[ fstorage.zip ] [ 9,850 bytes ] [ Freeware ] [ With Source ]
[ D1 | D2 | D3 | D4 ]
File Storage Component
This component is intended for storing data (any, taken from a file specified by the developer) in a body of .exe file. Access to a file (being in a body of .exe project), realized through the "Data: Pointer".
Added: 15-07-1999   |  Version: 1.0   |  Downloads: 3830/3830/0
Author:Aleksey Kuznetsov   [Homepage]   [DSP files]

[ gfxlib15.zip ] [ 269,896 bytes ] [ Freeware ] [ With Source ]
[ D4 ]
GFX_LIB 1.5 is a collection of graphic tools. Includes PCX, TGA, TIFF, PNG filters, linear and static filters, rotating, resizing, color conversions (RGB, HSV, HSL, CMYK etc.), mosaic, deformations, blending, flip, mirror and much more.
For GIF support you must download and install TGIFImage from A.Melander.
Added: 9-08-2001/3-03-2003   |  Version: 1.5   |  Downloads: 1845/1835/4
Author:Andreas Moser   [Homepage]   [DSP files]

[ grapro10.zip ] [ 153,352 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 ]
PLAY WITH GRAPHS This program was created as an exercise in graphs to test-drive the well-known Dijkstra algorithm. A TMathGraph class is included, which I successfully reused in another application. [more]
Added: 13-02-2000   |  Version: 1.0   |  Downloads: 4243/4243/6
Author:Diego Amicabile   Diego Amicabile   [Homepage]   [DSP files]

[ hashtrie.zip ] [ 103,040 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 | D5 | C3 | C4 | C5 ]
HashTrie is a new high efficient data structure for fast searching. It combines in herself properties of the hash-tables and trie (digital-trees). As against the usual hash-tables the size HashTrie is not fixed, that allows to work with a unknown beforehand amount of datas.
Added: 10-12-2000   |  Version: 1.0   |  Downloads: 4559/4559/17
Author:Andre N Belokon   [Homepage]   [DSP files]

[ hhapi.zip ] [ 6,121 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 ]
HTMLHLP.PAS is a translation of Microsofts HTML Help API. Unlike other translations of the same API, this translation is in true Borland/Inprise style with functions and structures for both AnsiChar and WideChar (i.e HtmlHelpA and HtmlHelpW). Totally free to copy, modify and redistribute AS LONG AS the information header contained at the top of the file remains unmodified and included.
Added: 23-08-1999   |  Version: 1.0   |  Downloads: 3272/3272/1
Author:Workshell Software   [Homepage]   [DSP files]

[ hh_api.zip ] [ 15,129 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 ]
Html Help API conversion for Delphi, with sample help project and Delphi application to illustrate its use. Freeware under GNU LibGPL.
Added: 22-11-1998   |  Version: n/a   |  Downloads: 4174/4174/1
Author:Eric Grange   [DSP files]

[ hsapp.zip ] [ 1,987 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 ]
This component for hide/show your application in control+alt+delete.
Added: 23-01-2000   |  Version: n/a   |  Downloads: 6128/6128/0
Author:izzet uslu   [Homepage]   [DSP files]

[ hsapp.zip ] [ 3,502 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 | D5 ]
This component for hide/show your application in control+alt+delete.
Added: 16-04-2000   |  Version: 1.0   |  Downloads: 4278/4278/0
Author:izzet uslu   [Homepage]   [DSP files]

[ htmlcomp.zip ] [ 8,884 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 ]
HTML Compressor Component
This component is indended for compressing of HTML files, resulting in shorter downloading time. Your pages will appear in exactly the same way in your browser, but they will be about 20% smaller. Nompressor removes all information used for editing in the HTML file. This information is unneeded for viewing the HTML file but is simply used to make its editing a lot easier.
Added: 15-07-1999   |  Version: 1.2 - 17 Apr 99   |  Downloads: 2756/2756/0
Author:Aleksey Kuznetsov   [Homepage]   [DSP files]

[ htmlprsr.zip ] [ 7,301 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 ]
This is a single unit - HTMLParser.pas
It provides a simple way to parse and update! any HTML data (it could be a file on disk or any string in memory). You can add/remove whole tags or just change it's properties. Of course, you have access to the text between tags too.
Check out the sample demo included.
new in version 1.0:
- fixed adding empty lines to Tag.Params
- changed class name from TParser to THtmlParser
- improved demo project
Added: 9-01-2000/26-03-2000   |  Version: 1.0   |  Downloads: 7564/7334/5
Author:Przemyslaw Jankowski   [DSP files]

[ link: tpowpnt ] [ size n/a ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 | D5 ]
TPowerpoint is a component to control Microsoft Powerpoint TM via it's OLE Interface; Version 1.2; Comments are very wellcome Should run with D2 - D5 but only tested with D4 AND D5 added new feature (Monitor selection) Bug fix in version 1.2: H- positioning works correctly now
Added: 1-10-2000/18-03-2003   |  Version: 1.2   |  Downloads: n/a
Author:Heiko Groschupp   [Homepage]   [DSP files]

[ link: xorDX8e.htm ] [ size n/a ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 | D6 | D7 ]
xorDX8 Objects for easy access to DirectX. Scene, Cameras, Lights, Mouse, Keyboard, Textures, Polygons, Font, Fog, Shadow, Transparency....and some examples + helpfile
Added: 14-09-2004   |  Version: 13.09.04   |  Downloads: n/a
Author:Sven Hanke   [Homepage]   [DSP files]

[ link: expreval.zip ] [ size n/a ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 | D5 ]
prExpr is a mixed type expression parser which can be used to evaluate pascal syntax expressions at runtime. Supports boolean, enumerated integer, real, and string types.
Added: 4-01-1998/4-05-2000   |  Version: 1.04   |  Downloads: n/a
Author:Martin Lafferty   Production Robots Engineering Ltd   [Homepage]   [DSP files]

[ link: ] [ size n/a ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 ]
XVCL project
The goal of the project is to provide Delphi programmers with high quality object oriented solutions that are not available in standard Delphi VCL. Things like Document/View architecture (Observer pattern), HTML/XML parsing and generation are very easy to implement at rudimentary level, but are very difficult to maintain in long term without solid object oriented background library supporting the code.
Initial goal of the project was to simplify creation of HTML/XML application.
XVCL is a subject to the Mozilla Public License Version 1.1
Added: 21-01-2001   |  Version: 0.2   |  Downloads: n/a
Author:project coordinator - Oleg Sych   XVCL   [Homepage]   [DSP files]

[ hugeint.zip ] [ 8,106 bytes ] [ Freeware ] [ With Source ]
[ D4 | D5 ]
Huge integer arithmetics. Unsigned integers repesented as string. As many digits as memory can accept. [more]
Demo projects attached. Example prime number search.
Added: 21-11-1999   |  Version: 1.0   |  Downloads: 4758/4758/16
Author:Tibor F. Liska   [Homepage]   [DSP files]

[ icongrab.zip ] [ 3,763 bytes ] [ Freeware ] [ With Source ]
[ D1 | D2 | D3 | D4 ]
Icon Grabber Component
Added: 15-07-1999   |  Version: 1.0 - 19 Apr 99   |  Downloads: 2972/2972/0
Author:Aleksey Kuznetsov   [Homepage]   [DSP files]

© 1995-2006 Robert M. Czerwinski ( The Delphi Super Page a.k.a. DSP ).
All rights reserved.
Next 20 files