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

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

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 acSystemImageList as source for images in the ListView, then point SmallImages property of the ListView to the acSystemImageList with ImageSize equal to is16x16, and LargeImages to the acSystemImageList where ImageSize = is32x32.