Source position: fpparsettf.pp line 340
type TConvertResult = (
trNoError,
trNullSrc,
trNullDest,
trDestExhausted,
trInvalidChar,
trUnfinishedChar
);