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
|
[ 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
|
[ 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
|
[ 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
|
[ 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).
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
|
[ 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
|
[ 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
|
[ 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
|
[ 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
|
[ 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
|
[ 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
|
[ 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
|
[ 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
|
[ 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
|
[ 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
|
[ 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
|
[ 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
|
[ 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
|
[ 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
|
[ 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
|
© 1995-2006 Robert M. Czerwinski ( The Delphi Super Page a.k.a. DSP ). All rights reserved. |