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

tFPCNode

Declaration

Source position: linklist.pas line 67

type tFPCNode = record

  ln_Succ: pNode;

  ln_Pred: pNode;

  ln_Type: Byte;

  ln_Pri: ShortInt;

  ln_Name: PChar;

  ln_Size: LongInt;

end;


Documentation generated on: 2021-07-30