EZDSL version 2.00
Easy classical data structures for Delphi 1-2 The EZDSL units provide an OOP interface for classical data structures for Delphi: stacks, queues, lists, binary trees and so forth. For programmers migrating from BP7 a TCollection replacement is also provided.
Stacks
You may have need for a stack object and do not want to manually create one for yourself. The Stacks.pas unit provides your application with a global stack object that permits stacking string values which can be converted to any type using Delphi conversion routines.
String Utilities 1.0
Is a set of string functions to be used with Borland Pascal DOS/Windows/Real Mode/Protected Mode and Delphi 1.0. I have added calls for both Pascal strings and Pchar strings. Not the best docs in the world but they should get you by.