Unit 'ovcdata' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#pl_orpheus]

TRangeType

Declaration

Source position: ovcdata.pas line 265

type TRangeType = packed record

  case Byte of

    00: (

        rtChar: AnsiChar;

  

      );

    01: (

        rtByte: Byte;

  

      );

    02: (

        rtSht: ShortInt;

  

      );

    03: (

        rtInt: SmallInt;

  

      );

    04: (

        rtWord: Word;

  

      );

    05: (

        rtLong: LongInt;

  

      );

    06: (

        rtSgl: Single;

  

      );

    07: (

        rtPtr: Pointer;

  

      );

    08: (

        rtReal: Real;

  

      );

    09: (

        rtDbl: Double;

  

      );

    10: (

        rtComp: Double;

  

      );

    11: (

        rtExt: Extended;

  

      );

    12: (

        rtDate: LongInt;

  

      );

    13: (

        rtTime: LongInt;

  

      );

    14: (

        rt10: array [1..10] of Byte;

  

      );

end;



CT Web help

CodeTyphon Studio