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

TAChain

Declaration

Source position: amigados.pas line 844

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