| [Overview][Types][Procedures and functions][Variables][Index] |
Source position: lazutf8.pas line 182
type TConvertResult = ( |
||
trNoError, |
|
|
trNullSrc, |
|
|
trNullDest, |
|
|
trDestExhausted, |
|
|
trInvalidChar, |
|
|
trUnfinishedChar |
|
|
); |
| lazarus-ccr.sourceforge.net |