|
|
|
|
|
- Adding an image to the photo album
- Photos found on an external memory
- Required application feature
AlbumSave (Function) In french: AlbumSauve Saves an image, a photo or a video in the photo album of the mobile device. This image can be re-used by AlbumPicker.
// Save an image found in an image variable MyImage is Image = "Test.png" AlbumSave(MyImage)
// Save a photo IF AlbumSave(VideoStartApp(viPictureCapture)) = False THEN Info("Image not saved") END
Syntax
Saves an image found in an Image variable Hide the details
<Result> = AlbumSave(<Image>)
<Result>: Boolean - True if the image was successfully saved,
- False otherwise.
<Image>: Image variable Name of the Image variable that corresponds to the image to be added to the album.
Saving an image displayed in an Image or Chart control Hide the details
<Result> = AlbumSave(<Control name>)
<Result>: Boolean - True if the image was successfully saved,
- False otherwise.
<Control name>: Character string Name of the Image control or name of the Chart control containing the image to add into the album.
Saves an image found in a file Hide the details
<Result> = AlbumSave(<Image file name>)
<Result>: Boolean - True if the image was successfully saved,
- False otherwise.
<Image file name>: Character string Full name or relative name of the image or video file that will be added into the album (name of the file returned by VideoStartApp for example). Component: wd300android.jar
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|