Delphi:TIntList

TIntList is a very easy class to create. We take advantage of the fact that the Delphi TList object is designed to store 32 bit pointers and cheat it into storing 32 bit integers instead - after all, internally the two are exactly identical. TIntList has two properties

The principal methods of TIntList are listed below

Usage: Create an instance of TIntList whenever you need to store a sequence of related integers. Use TIntList methods and properties to manage your entries. Remember to free the instance once you are done.
Download
Jump To...

Colophon