[FMX04] Image Preloaders

I’m trying to create a preloader for jpg’s that are selected from a menu and then being loaded using:

img.loadClip("[file:///img/imagename.jpg](file:///img/imagename.jpg)");

However I don’t know the proper usage of the **img.getProgress **code or how to get the proleader to display the status of the .jpg loading.

Thanks.