| Unit Thread |
| Classes |
TThreadedListForm - Next cell in ID order.
| Functions |
| Types |
| Constants |
| Variables |
| Functions |
| Types |
PEmpCell = ^TEmPEmpCellThe linked list cells.
TEmPEmpCell = record
LastName : String[20];
FirstName : String[20];
ID : Longint;
NextName : PEmpCell;
NextID : PEmpCell;
end;
| Constants |
| Variables |