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

TAChain

Declaration

Source position: amigados.pas line 403

type TAChain = record

  an_Child: PAChain;

  

  an_Parent: PAChain;

  

  an_Lock: Pointer;

  

  an_Info: TFileInfoBlock;

  

  an_Flags: ShortInt;

  

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

  

end;


Documentation generated on: 2021-07-30