ImageEn, unit imageenview

TImageEnView.DelayTimer

TImageEnView.DelayTimer


Declaration

property DelayTimer: Integer;


Description

ImageEn has a timer that decrements a counter at each tick (you can set the tick delay using DelayTimer property).
This timer controls the selection animation and the application of filters on scrolling (when DelayZoomFilter is True).
If you set negative values DelayTimer changes its behavior. Negative values represent the maximum CPU time that ImageEn can use to show selections. For example setting:
ImageEnView.DelayTimer := -10;
ImageEn will not use much more than 10% of the CPU time.

The default DelayTimer's value is -20 (maximum 20% of the CPU time).