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

VarInt32Pair

Declaration

Source position: flcInteger.pas line 1888

type VarInt32Pair = packed record

  ControlByte: Byte;

  

  case Integer of

    0: (

        DataWord8s: array [0..7] of Byte;

  

      );

    1: (

        DataWord16s: array [0..3] of Word;

  

      );

    2: (

        DataWord32s: array [0..1] of Word32;

  

      );

    3: (

        DataInt8s: array [0..7] of ShortInt;

  

      );

    4: (

        DataInt16s: array [0..3] of SmallInt;

  

      );

    5: (

        DataInt32s: array [0..1] of Int32;

  

      );

end;



CT Web help

CodeTyphon Studio