Unit 'JwaWindows' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#winunits-jedi]

TCharUnion

Declaration

Source position: jwawincon.pas line 97

type TCharUnion = record

  case Integer of

    0: (

        UnicodeChar: WCHAR;

      );

    1: (

        AsciiChar: CHAR;

      );

end;


Documentation generated on: 2023-03-18