Previous 20 filesDelphi 1.0x freeware
Classes and units

[ mdlgres.zip ] [ 28,839 bytes ] [ Freeware ] [ With Source ]
[ D1 | D3 ]
If an app. just needs several entry screens. mdlgres uses Windows Res file and saves 170K Delphi runtime of Forms, graphics..
Added: 26-01-1998   |  Version: 1.01   |  Downloads: 1815/1815/0
Author:Mik Tran   [Homepage]   [DSP files]

[ mform.zip ] [ 89,928 bytes ] [ Freeware ] [ With Source ]
[ D1 ]
Motif interface form component. Based class of Motif/OpenLook sets.
Tips, docs, free components in link
Added: 15-03-1998   |  Version: 1.01   |  Downloads: 1370/1370/0
Author:Mik Tran   [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]

[ 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]

[ 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]

[ objects7.zip ] [ 18,306 bytes ] [ Freeware ] [ With Source ]
[ D1 ]
Borland's Objects-unit from BP 7.0 ported to DELPHI
Added: 14-08-1995   |  Version: n/a   |  Downloads: 1449/1449/0
Author:Guy Fink   [DSP files]

[ sortlist.zip ] [ 5,976 bytes ] [ Freeware ] [ With Source ]
[ D1 | D2 | D3 ]
TSortList is a fast indexed in-memory table, usefull for complicated calculations for which you could need many tables stored on a disk.
Added: 5-04-1998   |  Version: n/a   |  Downloads: 2414/2414/0
Author:Danijel Tkalcec   DeltaSoft   [DSP files]

[ spidr201.zip ] [ 216,445 bytes ] [ Freeware ] [ With Source ]
[ D1 | D2 | D3 ]
The Spider Container and Persistent classes are type-safe container classes with persistent object support. The containers use run-time type information to enforce type safety. Objects, or event entire containers may be stored on streams. [more]
Freeware with source code.
Added: 13-06-1997/3-07-1998   |  Version: 2.01   |  Downloads: 5137/5137/27
Author:Interval Software   [Homepage]   [DSP files]

[ StringTree.zip ] [ 138,165 bytes ] [ Freeware ] [ With Source ]
[ D1 | D2 | D3 | D4 | D5 | D6 ]
TStringTree is a class for handling a tree-structured stringlist. TStringTree was born out of frustration of actually using a stringTree in the the same way as stringTrees are represented in TTreeView, all the housekeeping of nodes and child objects with potential "hang errors" during creating/destroying processes. Corrected a bug in version 1.1, added 18/12/2003)
Added: 10-03-2002/23-12-2003   |  Version: 1.1   |  Downloads: 2044/2044/8
Author:Kjell Hasthi   [Homepage]   [DSP files]

[ sverinfo.zip ] [ 19,910 bytes ] [ Freeware ] [ With Source ]
[ D1 | D2 | D3 | C1 ]
TVersionInfoResource. A component to read version info resources. It is intended for Delphi 3, but should work with any file that contains a properly formatted resource
Added: 7-03-1998   |  Version: 2.22   |  Downloads: 2416/2416/1
Author:Bradley D. Stowers   [Homepage]   [DSP files]

[ tint2.zip ] [ 1,084 bytes ] [ Freeware ] [ With Source ]
[ D1 | D2 | D3 ]
The TIntList is a simple, tiny class that stores a list of integers just as a TStringList stores a list of strings. Version 2.0 includes a few new methods.
E-MailWare. Single email to the author gets you free notice of updates, only if you want them.
Added: 21-07-1997/19-04-1998   |  Version: 2.0   |  Downloads: 2030/2030/0
Author:Eric Lawrence   [DSP files]

[ twainh.zip ] [ 19,918 bytes ] [ Freeware ] [ With Source ]
[ D1 | D2 | D3 | D4 ]
twainh.pas / Unofficial translation of the Twain header file (twain.h is provided by the Twain Working Group).
Fixed TW_BOOL type to WordBool.
Added: 21-03-1999/23-05-1999   |  Version: 1.803   |  Downloads: 4546/4082/0
Author:Achim Metzen   [Homepage]   [DSP files]

[ vararray.zip ] [ 9,350 bytes ] [ Freeware ] [ With Source ]
[ D1 | D2 | D3 ]
A base class dynamic array component for any type, with optional ConstructItem and DestructItem virtual methods for dynamically allocated record fields appropriatedly. Derived examples include : array of string association record type [more]
Added: 15-11-1998   |  Version: 1   |  Downloads: 2407/2407/0
Author:Michael Rynn   [DSP files]

[ vectors.zip ] [ 223,523 bytes ] [ Freeware ] [ With Source ]
[ D1 | D3 | D4 | D5 | D6 ]
Vectors is a class library for Object Pascal (Delphi 1, 3-5 and Free Pascal v.1.0 and higher), which implements vectors (dynamically sized arrays) based on different Object Pascal's simple types, including all integer and real types, booleans, pointers and strings. These vectors resemble TList class type from Delphi VCL, but in addition to the common operations like insert and delete they offer wide range of operations depending on type of vector elements - sorting, searching, arithmetic vector operations for number-type vectors, logical operations for boolean vectors and so on. The library also implements a range of derivative and additional classes - sparse vectors, matrixes, queues, stacks, dictionaries, streams.
Added: 25-04-2000/4-11-2001   |  Version: 010927   |  Downloads: 4814/4813/8
Author:Alexey A.Chernobaev   [Homepage]   [DSP files]

[ xcursor.zip ] [ 4,401 bytes ] [ Freeware ] [ With Source ]
[ D1 | D2 ]
A small unit that shows how to use animated cursors under the Win32 operating system as a replacement for crHourGlass
Added: 26-03-1997   |  Version: n/a   |  Downloads: 0/0/0
Author:Stefan Böther   [Homepage]   [DSP files]

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