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

Febuary 18 V14SP2