Unit 'flcInteger' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_fundamentals]

Int56

Declaration

Source position: flcInteger.pas line 332

type Int56 = packed record

  case Integer of

    0: (

        Bytes: array [0..6] of Byte;

  

      );

    1: (

        Word32Lo: Word32;

  

        Word24Hi: Word24;

  

      );

end;



CT Web help

CodeTyphon Studio