Delphi 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
|
[ 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 Delphis VCL. What are they? First of all they are containersthey are designed to hold and manipulate data. What kind of data? Any kindnearly! The maps provided in this library are genericthey can hold Delphis atomic types (integer, real, string, etc.) and they can also hold objects. And like Delphis TStringList, maps are associative containersthey 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
|
[ 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
|
[ 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
|
[ 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
|
[ 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
|
[ 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
|
[ 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
|
[ 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
|
[ 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
|
[ 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
|
[ 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
|
[ 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
|
[ 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
|
[ 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
|
[ pclasses.zip ] [ 57,804 bytes ] | [ Freeware ] [ With Source ] [ D2 | D3 | D4 | D5 ] | ||
Perfect Classes RC
Added: 25-04-2000 | Version: n/a | Downloads: 3679/3679/4
|
[ 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
|
[ 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
|
© 1995-2006 Robert M. Czerwinski ( The Delphi Super Page a.k.a. DSP ). All rights reserved. |