Unit 'EXEC' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

tMinNode

Minimal list entry without any type or name.

Declaration

Source position: exec.pas line 138

type tMinNode = record

  mln_Succ: pMinNode;

  

Pointer next node of the list.

  mln_Pred: pMinNode;

  

Pointer previous node of the list.

end;

See also

tNode

  

List node structure, Each member in a list starts with a node.


Documentation generated on: 2021-07-30