ImageEn, unit iexClasses

TIETagType

TIETagType

Declaration

  TIETagType = (ttUnknown, ttByte, ttAscii, ttShort, ttLong, ttRational, ttSByte, ttUndefined, ttSShort, ttSLong, ttSRational, ttFloat, ttDouble, ttLongOffset);

Description

Possible values for TIETag Type:
Value Description
ttUnknown Unknown Type
ttByte Byte (Unsigned)
ttAscii Ascii String
ttShort Short Integer (Word)
ttLong Long Integer (DWord, unsigned)
ttRational Rational (Double, unsigned)
ttSByte Signed Byte
ttUndefined Undefined type
ttSShort Signed Short Integer (Word)
ttSLong Signed Long Integer (DWord)
ttSRational Signed Rational (Double)
ttFloat Float (Single)
ttDouble Double
ttLongOffset Offset (Long Integer)