Previous 20 filesDelphi 2.0x freeware
Classes and units

[ mapfiles.zip ] [ 16,311 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 ]
Three memory mapped file classes: TMapStream, TTextMap, and TRecordMap. Useful when you'd like to use Pascal's file of record or textfile types, but need memory mapping. Options for mutexes, encryption, & file headers. Helpfile included.
Added WasAlreadyOpen property.
Added: 26-06-1998/24-10-1999   |  Version: 1.14   |  Downloads: 5553/2522/10
Author:Deborah Pate   [Homepage]   [DSP files]

[ maplib.zip ] [ 43,478 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 ]
Maps: Generic Associative Containers
Maps are probably the most generally useful of all the abstract data types yet they are missing from Delphi’s VCL. What are they? First of all they are containers—they are designed to hold and manipulate data. What kind of data? Any kind—nearly! The maps provided in this library are generic—they can hold Delphi’s atomic types (integer, real, string, etc.) and they can also hold objects. And like Delphi’s TStringList, maps are associative containers—they store things in pairs so that given one you can get the other. But where TStringList can only associate objects with strings, maps can be used to associate strings with objects, or integers with characters, … or whatever you want.
Added: 16-06-1999/15-06-1999   |  Version: n/a   |  Downloads: 2665/2665/0
Author:Robert R. Marsh   [Homepage]   [DSP files]

[ masks.zip ] [ 4,050 bytes ] [ Freeware ] [ With Source ]
[ D1 | D2 | D3 | D4 ]
Pattern Mask object - Will identify strings of a particular pattern. Usefull for searching for particular filetypes amongst many other things. This Unit is a replacement for Borlands Masks unit which is only available with the client server version. :(
Added: 6-04-1999   |  Version: 1.1   |  Downloads: 3218/3218/0
Author:John W. Gregg   [DSP files]

[ metaphon.zip ] [ 26,788 bytes ] [ Freeware ] [ With Source ]
[ D2 ]
Implementation of the metaphone algorithm. Metaphone is similar to soundex but better for the english language. It allows you to match words that sound alike.
Added: 21-07-1997   |  Version: 1   |  Downloads: 1546/1546/0
Author:Tom White   [Homepage]   [DSP files]

[ mmstream.zip ] [ 5,873 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 ]
Encapsulation of the Windows Memory Mapped File (MMF) as a TStream descendent. Allows for the simple interprocess communications via the named mapped objects, access to the files up to 4Gb size as arrays, etc.
Added: 1-06-1997   |  Version: 1.0   |  Downloads: 2140/2140/1
Author:Dmitry Streblechenko   [DSP files]

[ mouse.zip ] [ 4,849 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 | D5 ]
This component perform a synthesized mouse move and clicking.. You can move it even out of your form, so u can move programically move mousecursor to the start button, click it and select your any program to run
Added: 12-09-1999/25-09-1999   |  Version: n/a   |  Downloads: 4493/4493/1
Author:Pavel Bibergal   [DSP files]

[ mpaslex2.zip ] [ 27,921 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 ]
TmPasLex is very fast Pascal tokenizer.
I'd like to invite the Delphi community to develop it further and to create a full featured Object Pascal parser.The license to this software and all previous versions has been moved to the MOZILLA PUBLIC LICENSE Version 1.1
Added: 17-04-1999/15-06-1999   |  Version: 1.88   |  Downloads: 3807/2909/0
Author:Martin Waldenburg   [Homepage]   [DSP files]

[ mp_excel.zip ] [ 8,171 bytes ] [ Freeware ] [ With Source ]
[ D1 | D2 | D3 | D4 ]
Units for creating excel or lotus 123 files.
UsaveXLS need to be improved, u123 is working well but it is Lotus not Excel file.
Added: 27-09-1998   |  Version: 1.00   |  Downloads: 4931/4931/0
Author:Makowski Philippe   [Homepage]   [DSP files]

[ MWHashList.zip ] [ 3,284 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 | D5 ]
A simple ultra fast double Hash list for strings. The amount of items is variable and only limited by available RAM. There are two simple default Hash functions available, however you can assign your own Hash function.
Added: 26-12-2000/28-12-2000   |  Version: 1.1   |  Downloads: 2345/2345/2
Author:Martin Waldenburg   [Homepage]   [DSP files]

[ mxutil.zip ] [ 25,756 bytes ] [ Freeware ] [ No Source ]
[ D2 | D3 ]
MxUtil is a function and procedure collection.
Source is free available on request.
Added: 15-11-1997   |  Version: 1.00.10   |  Downloads: 1721/1721/0
Author:O.B.you!   [Homepage]   [DSP files]

[ newcrt.zip ] [ 7,134 bytes ] [ Freeware ] [ With Source ]
[ D1 | D2 | D3 | D4 ]
CRT unit
Added: 4-02-1999   |  Version: n/a   |  Downloads: 3282/3282/0
Author:Frank Zimmer   [DSP files]
Attila Szomor   [DSP files]

[ newcrta.zip ] [ 39,279 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 ]
CRT unit
Added: 11-05-1999/12-05-1999   |  Version: n/a   |  Downloads: 0/0/0
Author:Attila Szomor   [DSP files]

[ nsp.zip ] [ 54,239 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 ]
Intel Signal Processing Lib v4.1 Delphi interface patch and examples The patch adds the missing Double and Double complex argument functions, irons out some bugs and typos and tries to facilitate switching for users of my v4.0 interface unit a bit. nsp.zip includes two demos, least mean squares and FIR filter. [more]
Added: 23-05-1999   |  Version: 4.1.1   |  Downloads: 1464/1464/0

[ NSPosInStr.zip ] [ 855 bytes ] [ Freeware ] [ With Source ]
[ D1 | D2 | D3 | D4 | D5 | D6 ]
A function that returns a substrings position in a string and starts searching in the string from a given index. If the substring is not found the function returns 0(zero). E.g NSPosInStr('MyLittleString','leS',3) returns 7 and starts the search by comparing 'L' with 'l'.
Added: 11-09-2002/15-01-2003   |  Version: 1.1   |  Downloads: 1553/1546/3
Author:Niclas Svan   [DSP files]

[ olefix.zip ] [ 4,282 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 ]
Speed up OLE variants 2 times
Added: 3-07-1998   |  Version: 1   |  Downloads: 1846/1846/0
Author:Vladimir Gaitanoff   [Homepage]   [DSP files]

[ opengl11.zip ] [ 15,952 bytes ] [ Freeware ] [ With Source ]
[ D2 ]
OpenGL (version 1.1) header translation for Delphi 2.0, included are GL.pas and GLU.pas but no samples
Added: 26-03-1997   |  Version: n/a   |  Downloads: 1677/1677/0
Author:Mike Lischke   [Homepage]   [DSP files]

[ pclasses.zip ] [ 57,804 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 | D5 ]
Perfect Classes RC
  • pcArray & pcList: Well, they are actually the same thing, just a little redesigned for more logical use. For practical use see tree, Hashlist, strarray units.
  • pcHashList: Classic Hashing Class with a little 'Cherry' on top. It can use CRC32 Encoding Checking and MD5 Byte Hashing. For MD5 Copyights read included MD5 Readme file.
  • pcQueue & pcStack: Classic Queue and Stack, just the way you read it in those old algorith books
  • pcTree: The most robust part of the pack, real tree system with structure saving capabilities. +a small addon of a simplest Binary Tree, with NO methods, only one constructor :)
  • pcStrArray: An example of what you can do with the pcArray. Using this method you can store your custom data easily.
    And a little bonus for the desert:
  • DynamicArray: A little something to show you that making real Dynamic Arrays could be a rather simple task
  • pcRandomString: One function that will generate a Random String (as you guessed). Usefull for creating temp files with unique names.

Added: 25-04-2000   |  Version: n/a   |  Downloads: 3679/3679/4
Author:Froztica   [DSP files]

[ psapi.zip ] [ 26,631 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 ]
Classes for process and module lists for Windows NT.
DLL-Interface and Classes to retrieve and manage process and module information. This API is for NT only. Uses the Microsoft Process Status Helper DLL PSAPI.DLL.
Added: 23-05-1999   |  Version: 1.0   |  Downloads: 2339/2339/0

[ pspv9.zip ] [ 80,304 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 | D5 ]
Pascal Server Pages PreProcessor V.9, proprocesses *.psp files, "html", or psp webcomponents to create Pascal Unit source code... compile the source code using the PSPbase.pas file, and you can create web documents under any project framework... ISAPI,CGI, etc. 1.0 will be a little more inclusive, I just wanted to make the primary source avilable.
Added: 23-01-2000   |  Version: 0.9   |  Downloads: 3052/3052/1
Author:Michael Johnson   [Homepage]   [DSP files]

[ rasdlg.zip ] [ 5,737 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 ]
Translation of the RASDLG.H headerfile for 32-bit Delphi. Enables editing of Phonebook-entries under Windows NT 4.0. Supports dynamically loading of the RASDLG.DLL so your program won't crash if it doesn't exist.
Added: 20-10-1998   |  Version: 1.0   |  Downloads: 2432/2432/0
Author:Arne Damvin   [Homepage]   [DSP files]

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