ImageEn, unit iemview

TIEMDiskCache.SaveFormat

TIEMDiskCache.SaveFormat


Declaration

property SaveFormat: TIOFileType;


Description

Specify the format that is used when saving images to your disk cache.

Note: Changing SaveFormat will leave invalid entries in your cache (i.e. waste disk space), so you should clear the content using CleanUp.

Default: ioJPEG


Example

// Cache images in BMP format
ImageEnMView1.DiskCache.SaveFormat := ioBMP;