ImageEn, unit iemview

TImageEnMView.ThreadPoolSize

TImageEnMView.ThreadPoolSize


Declaration

property ThreadPoolSize: Integer;


Description

Specifies how many threads can be created to load images (to load images in the background). If ThreadPoolSize is set to 0 all images are loaded without threading.
Increasing the thread pool size will generally improve performance.

Default: 10