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

jvalue

Declaration

Source position: jni.pas line 104

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;


Documentation generated on: 2023-03-18