ImageEn, unit iesettings

TIEImageEnGlobalSettings.ProcessingDelayInterval

TIEImageEnGlobalSettings.ProcessingDelayInterval


Declaration

property ProcessingDelayInterval: integer;


Description

Specifies the length of time (in Millseconds) some actions are delayed to improve UI performance.
Some actions that are time consuming, such as loading images into an attached ImageEnView while navigating a TImageEnMView, are delayed by several seconds to prevent UI lag.
You can reduce the amount of the delay, or set to 0 to avoid the delay.

It affects the following delays:
- TImageEnMView.AttachedImageEnView
- TImageEnLayerMView
- TImageEnViewToolbar
- TIERichEditToolbar
- ImageEnView Hover Toolbar
- IERichEdit Hover Toolbar
- TIEDBBitmap image update
- TIEDBMultiBitmap image update
- TIELayerProps

Default: 100 (i.e. 1/10th of a second)


Example

// Reduce the delay before updates are applied to the UI
IEGlobalSettings().ProcessingDelayInterval := 10;