ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
True if the specified resources can be shared. Remarks: This function is not locking: the code that follows the call to this function will continue to run as soon as the popup is displayed.It is not possible to find out whether an application was selected by the user to perform the share. False if no application allowing to share the resources is found. To get the details of the error, use ErrorInfo.
Type of resource to share: shareDocument (Default value)One or more documents (image, video, pdf, ...) are shared. These documents are identified by their full path, specified as parameter (<Parameter 1> to <Parameter N>).The document must be located in the shared memory of the device (for example: the SDCard) in order to be used by the external application selected for the share. Only the images are supported.shareTextText is shared.If several character strings are specified as parameters (<Parameter 1>to <Parameter N>), they are concatenated and separated by carriage returns (CR). Caution: The Facebook application does not allow you to share text automatically.
First resource to share. Corresponds to: a file path (if the shareDocument constant is used). a character string (if the shareText constant is used).
Second resource to share. Corresponds to: a file path (if the shareDocument constant is used). a character string (if the shareText constant is used).
Last resource to share. Corresponds to: a file path (if the shareDocument constant is used). a character string (if the shareText constant is used).
Special cases
Application in the background: Android 10 specific case
Last update: 11/30/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: