ImageEn, unit iexBitmaps

TIEMultiBitmap.ImageCacheSize

TIEMultiBitmap.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

Example

// Set image cache size
multiBitmap.ImageCacheSize := 250;