Unit 'flcStdTypes' Package
[Overview][Constants][Types][Index] [#pl_fundamentals]

Word16Rec

Declaration

Source position: flcStdTypes.pas line 77

type Word16Rec = packed record

  case Integer of

    0: (

        ByteLo: Byte;

  

        ByteHi: Byte;

  

      );

    1: (

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

  

      );

end;



CT Web help

CodeTyphon Studio