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

TSEE_value

Declaration

Source position: libsee.pas line 138

type TSEE_value = record

  _type: TSEE_type;

  u: record

    case LongInt of

      0: (

          number: TSEE_number_t;

        );

      1: (

          boolean: TSEE_boolean_t;

        );

      2: (

          _object: PTSEE_object;

        );

      3: (

          _string: PTSEE_string;

        );

      4: (

          reference: TSEE_reference;

        );

      5: (

          completion: TSEE_completion;

        );

      6: (

          _padding: array [0..3] of pointer;

        );

  end;

end;


Documentation generated on: 2023-03-18