Unit LList

Classes

TLinkedListForm - The next cell in the list.

Functions

Types

PCell
TCell

Constants

Variables

LinkedListForm


Functions


Types


PCell = ^TCell
The linked list cells.
TCell = record
Value : String[20];
NextCell : PCell;
end;

Constants


Variables

LinkedListForm : TLinkedListForm

Public declarations