Unit 'Exec' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#arosunits]

TList

Declaration

Source position: exec.pas line 187

type TList = record

  lh_Head: PNode;

  lh_Tail: PNode;

  lh_TailPred: PNode;

  lh_Type: Byte;

  l_pad: Byte;

end;


Documentation generated on: 2023-03-18