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

TAbSfEntry

Declaration

Source position: AbZipTyp.pas line 132

type TAbSfEntry = packed record

  case Byte of

    0: (

        Code: Word;

  

        Value: Byte;

  

        BitLength: Byte;

  

      );

    1: (

        L: LongInt;

  

      );

end;



CT Web help

CodeTyphon Studio