MobileImagePicker.Show

From Xojo Documentation

Method

MobileImagePicker.Show()

Supported on Mobile(iOS).

Displays the image picker.

Notes

This is not modal so your code continues running after calling Show. The Cancelled and Selected events are called based on the user's action.

Sample Code

Display the image picker:

MyImagePicker.Show