Source position: fefontengine.pas line 803
type TList_Element = record
Next: PList_Element;
Data: Pointer;
end;