[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LCLProc' (#lcl)

TConvertResult

Declaration

Source position: lclproc.pas line 354

type TConvertResult = (

  trNoError,

  trNullSrc,

  trNullDest,

  trDestExhausted,

  trInvalidChar,

  trUnfinishedChar

);

The latest version of this document can be found at lazarus-ccr.sourceforge.net.