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

TXIMText

Declaration

Source position: xlib.pp line 1129

type TXIMText = record

  length: cushort;

  feedback: PXIMFeedback;

  encoding_is_wchar: TBool;

  _string: record

    case LongInt of

      0: (

          multi_byte: Pchar;

        );

      1: (

          wide_char: PWideChar;

        );

  end;

end;


Documentation generated on: 2023-03-18