Unit 'jni' Package
[Overview][Constants][Types][Index] [#pl_zengl]

jvalue

Declaration

Source position: jni.pas line 111

type jvalue = record

  case Integer of

    0: (

        z: jboolean;

  

      );

    1: (

        b: jbyte;

  

      );

    2: (

        c: jchar;

  

      );

    3: (

        s: jshort;

  

      );

    4: (

        i: jint;

  

      );

    5: (

        j: jlong;

  

      );

    6: (

        f: jfloat;

  

      );

    7: (

        d: jdouble;

  

      );

    8: (

        l: jobject;

  

      );

end;



CT Web help

CodeTyphon Studio