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

px_val

Declaration

Source position: pxlib.pp line 119

type px_val = record

  isnull: cchar;

  _type: cint;

  value: record

    case LongInt of

      0: (

          lval: clong;

        );

      1: (

          dval: Double;

        );

      2: (

          str: record

            val: Pcchar;

            len: cint;

          end;

        );

  end;

end;


Documentation generated on: 2023-03-18