Previous 20 filesDelphi 6.0x freeware
Classes and units

[ UnitList.zip ] [ 55,967 bytes ] [ Freeware ] [ With Source ]
[ D6 ]
Sometimes you need a list of items but cannot use an array or TList efficiently. For example: You have an MRU (Most Recently Used) cache with many items in it. Placing an item in front becomes very expensive. Linked lists can be used in these situations. The lists allow for associative access via hash tables on ID, Name, none or both (four list/item class pairs provided). The list can be sorted on anything very efficiently, making only the minimal amounts of compares. Now with HTMLHelp file and a test application.
Added: 4-02-2004/16-02-2004   |  Version: 1.1   |  Downloads: 563/555/2
Author:Ritsaert Hornstra   ContinuIT BV   [Homepage]   [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]

[ volcontr.zip ] [ 1,526 bytes ] [ Freeware ] [ With Source ]
[ D5 | D6 | D7 ]
Delphi Volume Control Library
Library for those who wish to change the master volume, or experiment with such.
Based on msdn resources.
Added: 13-11-2003   |  Version: 1   |  Downloads: 1237/1237/17
Author:archie@emapa.pl   [DSP files]

[ XMLPars2_4_15Free.zip ] [ 3,532,927 bytes ] [ Freeware ] [ No Source ]
[ D3 | D4 | D5 | D6 | C4 | C5 ]
XML parser component for Delphi [more]
validating XML parser for Delphi (source code available in registered version), native Delphi component
Added: 17-10-1999/14-04-2002   |  Version: 2.4.15   |  Downloads: 2501/2487/5
Author:Perry Prust   ICOM Datenverarbeitungs GmbH   [Homepage]   [DSP files]

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