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

TArg

Declaration

Source position: sdl.pas line 1407

type TArg = record

  case Byte of

    0: (

        value_ptr: Pointer;

      );

    2: (

        value_i: Integer;

      );

    3: (

        value_f: Double;

      );

    4: (

        buf: array [0..ERR_MAX_STRLEN-1] of Byte;

      );

end;


Documentation generated on: 2023-03-18