Source position: xlib.pp line 1175
type TXIMStringConversionText = record |
length: cushort; |
feedback: PXIMStringConversionFeedback; |
encoding_is_wchar: TBool; |
_string: record |
case LongInt of |
0: ( |
mbs: Pchar; |
); |
1: ( |
wcs: PWideChar; |
); |
end; |
end; |