systemimagelist ImageSize property
Return to Introduction  Previous page  Next page
Applies to
dcSystemImageList component.  

Declaration
type  
  TdcSystemImageSize = (is16x16, is32x32);  
 
property ImageSize: TdcSystemImageSize;  

Description
The ImageSize property specifies the size of icons in the system image list. The size of the icons can be 16x16 or 32x32.  
 
tip If you are using dcSystemImageList as source for images in the ListView, then point SmallImages property of the ListView to the dcSystemImageList with ImageSize equal to is16x16, and LargeImages to the dcSystemImageList where ImageSize = is32x32.  
File not found.