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

tAChain

Declaration

Source position: amigados.pas line 391

type tAChain = record

  an_Child: pAChain;

  

  an_Parent: pAChain;

  

  an_Lock: LongInt;

  

  an_Info: tFileInfoBlock;

  

  an_Flags: ShortInt;

  

  an_String: array [0..0] of Char;

  

end;


Documentation generated on: 2021-07-30