ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Mobile specific functions / Album functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
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.
Example
// Sélection de l'image
// syntaxe conseillée sous iOS et Android
// Attention : Sous Android 10 et supérieure, l'application ne doit pas être en arrière-plan. 
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
Minimum version required
  • Version 17
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/24/2024

Send a report | Local help