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

Th68kdos_comline

Declaration

Source position: h68kdos.inc line 54

type Th68kdos_comline = record

  case Boolean of

    True: (

        len: Byte;

        buffer: array [0..255] of char;

      );

    False: (

        pstr: shortstring;

      );

end;


Documentation generated on: 2025-07-25