Kanade's Delphi Stuff
Delphi Tips, Sample code and Tools
Copyright © 1997-2004, Sanjay Kanade
 
  Tips and Tricks on Delphi
Please read the DISCLAIMER before you use any of the tips from this web site. Go to main index
  Delphi Tips: Containers, data structures, custom databases, etc
Tip 34:  ihsoftware web site
(modified: 13 Jan 2001)


  34: ihsoftware web site
Date added/modified: 13 Jan 2001

Although the "visual" user interface programming has become much easier, any serious programmer understands the importance of data structures and container type classes. They come in use where databases can't help you and are not feasible.

If you want a better TStringList or TList, a faster hashtable type container for mapping, or a smart, quick, single-user database (QDB) that can keep variable length stuff and doesn't depend on BDE, you can visit Robert Marsh's web site at:

http:\\www.rmarsh.com

On top of it, most of this stuff is FREE for download and use.



 

Copyright 1995-2004, Sanjay Kanade. All rights reserved.
All trademarks and copyrights belong to their respective owners.