ImageEn, unit iemview

TImageEnMView.EnableImageCaching

TImageEnMView.EnableImageCaching

Declaration

property EnableImageCaching: Boolean;

Description

Speeds up thumbnail painting by saving the view of each image to an internal cache.
Set to False to disable image caching.

Note: EnableImageCaching is always True when StoreType = ietFastThumb. If you disable caching, StoreType will be set to ietThumb.

Default: True

Example

// Disable image caching
ImageEnMView1.EnableImageCaching := False;

See Also

ClearImageCache
ImageCacheSize
ImageCacheUseDisk