[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'amigados' (#aros)

TAChain

Declaration

Source position: amigados.pas line 403

type TAChain = record

  an_Child: PAChain;

  

  an_Parent: PAChain;

  

  an_Lock: BPTR;

  

  an_Info: TFileInfoBlock;

  

  an_Flags: ShortInt;

  

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

  

end;


Documentation generated on: 2017-01-10