Unit 'AbTarTyp' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_abbrevia]

TAbTarMagicRec

Declaration

Source position: AbTarTyp.pas line 120

type TAbTarMagicRec = packed record

  case TAbTarMagicType of

    GNU_OLD: (

        gnuOld: array [0..7] of AnsiChar;

  

      );

    NORMAL: (

        value: array [0..5] of AnsiChar;

  

        version: array [0..1] of AnsiChar;

  

      );

end;



CT Web help

CodeTyphon Studio