Description | uses | Classes, Interfaces, Objects and Records | Functions and Procedures | Types | Constants | Variables |
IntListUnit
defines TIntegerList which is used to store a series of integers and TIntListList which is used to store a series of TIntegerLists.
Name | Description |
---|---|
Class TIntegerList |
TIntegerList acts much like TList except that it stores integers rather than pointers. |
Class TIntListList |
TIntListList is a list of TIntegerLists. |