Delphi 2.0x freeware
Classes and units

[ 3dr3dg.zip ] [ 94,922 bytes ] [ Freeware ] [ With Source ]
[ D1 | D2 ]
Headers for the 3DR rendering system and for the 3DG geometry engine
Added: 17-05-1996   |  Version: n/a   |  Downloads: 3148/3148/0
Author:Steven E. Hugg   [Homepage]   [DSP files]

[ appbar14.zip ] [ 66,255 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 ]
The TAppBar class is a TForm derived class, that lets your form to behave like an Application Desktop Toolbar (i.e. to dock on the edges of the screen like the Windows 95/NT Taskbar) [more]
Added: 11-01-1998   |  Version: 1.4   |  Downloads: 4164/4164/3
Author:Paolo Giacomuzzi   [Homepage]   [DSP files]

[ base64.zip ] [ 3,551 bytes ] [ Freeware ] [ With Source ]
[ D1 | D2 | D3 | D4 ]
Simple Base64 encoding/decoding unit with input filter.
Added: 7-06-1999   |  Version: 1.0   |  Downloads: 6192/6192/2
Author:Dennis Spreen   [Homepage]   [DSP files]

[ bbwininf.zip ] [ 4,623 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 ]
WinInfo unit. Returns following:
MacAdress, BiosName, BiosVer, BiosDate, Workgroup, ComputerName, Comment, ProductId, ProductKey, SystemRoot, RegisteredOwner, RegisteredOrganization, ProgramFilesDir, BootCount, CommonFilesDir, ConfigPath, DevicePath, MediaPath, OtherDevicePath, PF_AccessoriesName, ProgramFilesPath, SM_AccessoriesName, Version, VersionNumber, WallPaperDir, ProductName, ProductType.
Added: 16-05-1999   |  Version: n/a   |  Downloads: 10779/10779/8
Author:Miklos Bartha   [Homepage]   [DSP files]

[ bkhash11.zip ] [ 9,187 bytes ] [ Freeware ] [ No Source ]
[ D2 | D3 | D4 | D5 ]
A fast associative array targeted specifically at create and looking up associations between strings and 32-bit untyped fields (usually pointers to records or classes).

  • Compromises in favor of speed: string - 32-bit pointer only
  • Has protected interface for custom memory allocation.
  • Supports function pointer and method pointer iteration
  • Plug-in different hash function
Examples:
 hash.add('abc', myobject); TMyObject(hash['abc']).Whatever; if not hash.Find('abc', myobject) then .. TObject(hash.remove('abc')).Free; // removes and frees without temp hash.Iterate(nil, Iterate_FreeObjects); 

Added: 31-08-2000   |  Version: 1.1   |  Downloads: 4036/4036/2
Author:Barry Kelly   [DSP files]

[ bloksize.zip ] [ 1,796 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 ]
Example of how to intercept the WM_GETMINMAXINFO message to restrict the size of a form to min and max values. [more]
Added: 9-06-1997   |  Version: 1.0   |  Downloads: 3048/3048/0
Author:Pierre A. Damas   [DSP files]

[ bmp2tiff.zip ] [ 6,060 bytes ] [ Freeware ] [ With Source ]
[ D1 | D2 | D3 | D4 | D5 ]
Save BMP as TIFF 6.0. (TIFF = Tagged Image File Format) [more]
Added: 4-10-1998/12-09-2000   |  Version: 3   |  Downloads: 13763/13322/15
Author:Wolfgang Krug   Wolfgang Krug   [DSP files]

[ browfold.zip ] [ 1,778 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 ]
TBrowseForFolderDialog class, allowing the user to select a folder in the Windows 95 way. Calls the Win32 API SHBrowseForFolder function. [more]
Added: 9-06-1997   |  Version: 1.0   |  Downloads: 3383/3383/0
Author:Pierre A. Damas   [DSP files]

[ bsplines.zip ] [ 176,849 bytes ] [ Freeware ] [ With Source ]
[ D1 | D2 | D3 ]
Component for handling and displaying BSplines. This component also has the feature to INTERPOLATE the original vertices. The component is originaly used for designing ship-hulls.
Nothing special . But I would appreciate it if you would just send me an e-mail.
Added: 19-09-1997/14-05-2000   |  Version: 1.0   |  Downloads: 4383/3450/9
Author:Martijn van Engeland   Delft University of Technology   [DSP files]

[ bsutil21.zip ] [ 8,385 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 | D5 ]
Collection of utility classes, string functions, system, arithmetic and financial. Includes functions like StripTags(remove html tags), getregvalue(read a registry key), getaliaspath(returns DOS path of a BDE alias), get free space and total size for BIG disks >2.1Gb, and many more. UPDATED 30 Oct 1999. [more]
AdditionalNote
Added: 22-11-1998/7-11-1999   |  Version: 2.1   |  Downloads: 13638/9124/6
Author:Eddie Bond   [Homepage]   [DSP files]

[ chflz100.zip ] [ 60,635 bytes ] [ Freeware ] [ With Source ]
[ D1 | D2 ]
This package contains Borland Pascal and Delphi sources, for LZSS (LZ77) file compression and decompression.This works with single files, and archives. The sources compile for Dos, Dos DPMI, Win16, and Win32.
Added: 20-09-1996   |  Version: 1.01   |  Downloads: 0/0/0
Author:The African Chief   [Homepage]   [DSP files]

[ coll32.zip ] [ 3,336 bytes ] [ Freeware ] [ With Source ]
[ D2 ]
Classic OWL collection containers (TCollection, TSortedCollection) with superior items management features like automatic sort, fast find and automatic destroy; no limit for items number
Added: 16-10-1996   |  Version: 1.0   |  Downloads: 2436/2436/1
Author:Alin Flaider   [Homepage]   [DSP files]

[ commctrl.zip ] [ 27,026 bytes ] [ Freeware ] [ With Source ]
[ D2 ]
Conversion of COMMCTRL.H v1.2. This header contains all the new controls
Added: 18-01-1997   |  Version: n/a   |  Downloads: 2071/2071/0
Author:Keith Patrick   [DSP files]

[ contain.zip ] [ 34,399 bytes ] [ Freeware ] [ With Source ]
[ D1 | D2 ]
A real container for Delphi, including iterators (a la tCollection), streaming of any tObject descendant, auto destroy of contained objects, clipboard support, cloning, etc
Added: 10-02-1997   |  Version: 1.4   |  Downloads: 3013/3013/0
Author:Robert Daignault   [DSP files]

[ crtdll.zip ] [ 2,012 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 ]
CrtDll.pas Interface fo the crtdll.dll Microsoft c runtime library
Added: 28-09-1997   |  Version: 1.0   |  Downloads: 3104/3104/0
Author:O.B.you!   [Homepage]   [DSP files]

[ crypt32.zip ] [ 1,325 bytes ] [ Freeware ] [ With Source ]
[ D1 | D2 | D3 ]
32 bits Encrypting/decrypting unit work with long strings. 2^96 variants to decrypt.
Added: 25-05-1997   |  Version: 2.01   |  Downloads: 8250/8250/44
Author:Anatoly Podgoretsky   [DSP files]

[ d2hlpdll.zip ] [ 114,151 bytes ] [ Freeware ] [ With Source ]
[ D1 | D2 | D3 ]
Working D1/D2/D3 winhelp API header for Help DLLs, sample DLL/src. included. Fixes nasty bug in orig. MS header, adds undoc. commands
Free. Source freely reusable/modifiable, no credits required other than obligatory Microsoft acknowledgement for provision of the original header.
Added: 19-09-1997   |  Version: n/a   |  Downloads: 2856/2856/0
Author:Software Interphase   [Homepage]   [DSP files]

[ dajunit.zip ] [ 2,353 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 ]
This unit contains some usefull API functions
Added: 16-06-1999/15-06-1999   |  Version: 1.0   |  Downloads: 7048/7048/0
Author:Daj Shung   [DSP files]

[ delphi-ics.zip ] [ 173,315 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 | D5 ]
Delphi-ics is a wrapper to CyberSource's Win DLL for C/PERL. It will allow you to communicate with the CyberSource Commerce servers(provided you have a merchant id) thru the Cybersource windows DLL that was written for C and Perl interfacing. Just include the wrapper file(ics_wrapper.pas) to any project via the "uses" clause and your good to go! I created a simple test app so you can see how its used. Everything is fully commented. One note. CyberSources new DLL(3.2.1.0) only works on NT! v3.2.0.0 works on Win95/98 with no problem, although I dont know why you would run a webserver on 95/98! My wrapper works with both. Developed with, and only tested in Delphi 5. Should work fine with D2, D3, or D4.
Hope this helps someone!
Added: 30-07-2000   |  Version: 1.0   |  Downloads: 2594/2594/5
Author:Chris Ihlenfeld   [Homepage]   [DSP files]

[ dplugger.zip ] [ 38,468 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 | D5 ]
Basic classes for writing Plugins in Delphi
Added: 25-04-2000   |  Version: 2.5   |  Downloads: 6828/6828/2
Author:Froztica   [DSP files]

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