ImageEn, unit iemview

TIEMDiskCache.Folder

TIEMDiskCache.Folder


Declaration

property Folder: string;


Description

Specify the folder where cached images are saved.
You should create a unique folder for this cache, and periodically clear it using CleanUp.
This should be specified before enabling the disk cache.
If a folder is not specified, then one is created in your temporary folder.

Default: ''


Example

CreateDir( 'D:\DiskCache\' );
ImageEnMView1.DiskCache.Folder := 'D:\DiskCache\';
ImageEnMView1.DiskCache.Enabled := True;