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

TMinNode

Minimal list entry without any type or name.

Declaration

Source position: exec.pas line 161

type TMinNode = packed 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