Source position: dllisttypes.inc line 21
type TDlelem = record
dle_next: PDlelem;
dle_prev: PDlelem;
dle_val: pointer;
dle_list: PDllist;
end;