ImageEn, unit iemview

TImageEnMView.ImageCacheSize

TImageEnMView.ImageCacheSize


Declaration

property ImageCacheSize: Integer;


Description

Specifies the number of images to be stored in memory, rather than in a memory mapped file. For example, if you know that a TImageEnMView will only contain 200 images then the ImageCacheSize could be set to 200 to prevent mapping memory to a file.

Default: 100


See Also

 ClearImageCache
 EnableImageCaching
 ImageCacheUseDisk