ImageEn, unit iemview

TImageEnMView.UpdateAttachedImageEnView

TImageEnMView.UpdateAttachedImageEnView


Declaration

procedure UpdateAttachedImageEnView(Delayed: Boolean = True);


Description

Use this property to force loading of the image into the attached TImageEnView.
If Delayed is false the loading will occur asynchronously.


Demo

Demo  Demos\Multi\Explorer\ExplorerDemo.dpr


Examples

ImageEnMView1.UpdateAttachedImageEnView();