Unit Thread

Classes

TThreadedListForm - Next cell in ID order.

Functions

Types

PEmpCell
TEmPEmpCell

Constants

Variables

ThreadedListForm


Functions


Types


PEmpCell = ^TEmPEmpCell
The linked list cells.
TEmPEmpCell = record
LastName : String[20];
FirstName : String[20];
ID : Longint;
NextName : PEmpCell;
NextID : PEmpCell;
end;

Constants


Variables

ThreadedListForm : TThreadedListForm

Public declarations