TImageEnMView.ReloadImage
Declaration
procedure ReloadImage(Index: Integer);
Description
Reloads the image at
Index.
Note: Works only images loaded on demand (i.e. where you have set
ImageFilename or
ImageID).
Example
// Reload the first image
ImageEnMView1.ReloadImage( 0 );