Unit 'uPSCompiler' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_pascalscript]

TIfRVariant

Declaration

Source position: uPSCompiler.pas line 133

type TIfRVariant = record

  FType: TPSType;

  

  case Byte of

    1: (

        tu8: TbtU8;

  

      );

    2: (

        tS8: TbtS8;

  

      );

    3: (

        tu16: TbtU16;

  

      );

    4: (

        ts16: TbtS16;

  

      );

    5: (

        tu32: TbtU32;

  

      );

    6: (

        ts32: TbtS32;

  

      );

    7: (

        tsingle: TbtSingle;

  

      );

    8: (

        tdouble: TbtDouble;

  

      );

    9: (

        textended: TbtExtended;

  

      );

    11: (

        tcurrency: tbtCurrency;

  

      );

    10: (

        tstring: Pointer;

  

      );

    17: (

        ts64: tbts64;

  

      );

    19: (

        tchar: tbtchar;

  

      );

    18: (

        twidestring: Pointer;

  

      );

    20: (

        twidechar: tbtwidechar;

  

      );

    21: (

        ttype: TPSType;

  

      );

    22: (

        tunistring: Pointer;

  

      );

end;



CT Web help

CodeTyphon Studio