You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Image - FileName Property

Path of the image file

Member of Image (PRIM_IMAG)
Data Type - Filename

Details


The FileName property specifies the path of the image file to show.

If the path does not exist, no image will be shown.

Example


In this example an image stored in a BLOB field is used to populate the image.

     Fetch Fields(#Empimg) From_file(PSLIMG) with_key(#Empno)
#Image.FileName := #Empimg


See also

All Component Classes

Technical Reference

  • No labels