ImageEn, unit iemview

TIEImageEnMViewIconSize


Declaration

TIEImageEnMViewIconSize = (ieicStandardSize, ieicDoubleSize, ieicStretchHD, ieicStretchAll);


Description

Value Description
ieicStandardSize Displays a 32x32 icon in the centre of the thumbnail box
ieicDoubleSize Stretches the icon to 64x64 and displays it in the centre of the thumbnail box
ieicStretchHD High quality icons are stretched to the display size, Low quality icons are shown at double size, i.e. same as ieicDoubleSize (On Windows XP and older versions, it functions the same as _icoDoubleSize)
ieicStretchAll All icons (low and high quality) are stretched to the display size (On Windows XP and older versions, it functions the same as _icoDoubleSize)