Unit 'UTF8Utils' Package
[Overview][Types][Procedures and functions][Variables][Index] [#rtl-unicode]

TConvertResult

Declaration

Source position: utf8utils.pp line 188

type TConvertResult = (

  trNoError,

  trNullSrc,

  trNullDest,

  trDestExhausted,

  trInvalidChar,

  trUnfinishedChar

);


Documentation generated on: 2025-07-25