Source position: fpimage.pp line 304
type TErrorTextIndices = ( |
StrInvalidIndex, |
StrNoImageToWrite, |
StrNoFile, |
StrNoStream, |
StrPalette, |
StrImageX, |
StrImageY, |
StrImageExtra, |
StrTypeAlreadyExist, |
StrTypeReaderAlreadyExist, |
StrTypeWriterAlreadyExist, |
StrCantDetermineType, |
StrNoCorrectReaderFound, |
StrReadWithError, |
StrWriteWithError, |
StrNoPaletteAvailable, |
StrInvalidHTMLColor |
); |