Unit 'linklist' Package
[Overview][Types][Procedures and functions][Index] [#amunits]

tFPCNode

Declaration

Source position: linklist.pas line 77

type tFPCNode = record

  ln_Succ: pNode;

  ln_Pred: pNode;

  ln_Type: Byte;

  ln_Pri: ShortInt;

  ln_Name: PAnsiChar;

  ln_Size: LongInt;

end;


Documentation generated on: 2025-07-25