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

Word48

Declaration

Source position: flcInteger.pas line 138

type Word48 = packed record

  case Integer of

    0: (

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

  

      );

    1: (

        Word32Lo: Word32;

  

        Word16Hi: Word16;

  

      );

end;



CT Web help

CodeTyphon Studio