Unit 'exec' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#morphunits]

TList

Declaration

Source position: exec.pas line 200

type TList = packed record

  lh_Head: PNode;

  lh_Tail: PNode;

  lh_TailPred: PNode;

  lh_Type: Byte;

  lh_pad: Byte;

end;


Documentation generated on: 2023-03-18