Xbasic
UI_GET_IMAGE_FILENAME Function
Syntax
OutputString as C = ui_get_image_filename([C filename [,C imagetype ]])
Arguments
- filename
Optional. The filename of an image file.
- imagetype
Character
Description
The UI_GET_IMAGE_FILENAME() function prompts for an image filename (.bmp or .jpg) and displays an image browser.
Example
? ui_get_image_filename() = "C:\Wallpaper\chester\Crust Cake.bmp"
Limitations
Desktop applications only.
See Also