|
|
|
|
|
WLanguage procedure associated with AlbumPicker Procedure ("Callback") called by AlbumPicker when the user selects an image or a video. This procedure can be a local, global, internal or lambda procedure.
bRes is boolean
bRes = AlbumPicker(AlbumSélecteur_Callback)
INTERNAL PROCEDURE AlbumSélecteur_Callback(sCheminImage = "")
IMG_MonImage = sCheminImage
END
Syntax
AlbumPicker_Callback(<Path>)
<Path>: Character string Path to save the image or video selected by the user. Business / UI classification: Neutral code Component: wd300android.aar
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|