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

Word24

Declaration

Source position: flcInteger.pas line 115

type Word24 = packed record

  case Integer of

    0: (

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

  

      );

    1: (

        Word16Lo: Word16;

  

        ByteHi: Byte;

  

      );

end;



CT Web help

CodeTyphon Studio