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

VarInt32

Declaration

Source position: flcInteger.pas line 1832

type VarInt32 = packed record

  ControlByte: Byte;

  

  case Integer of

    0: (

        DataWord8: Byte;

  

      );

    1: (

        DataWord16: Word;

  

      );

    2: (

        DataWord32: Word32;

  

      );

    3: (

        DataInt8: ShortInt;

  

      );

    4: (

        DataInt16: SmallInt;

  

      );

    5: (

        DataInt32: Int32;

  

      );

end;



CT Web help

CodeTyphon Studio