|
|
|
|
|
DownloadRemove (Function) In french: TéléchargementSupprime Cancels a download by removing it from the download manager, and deletes any existing files. Remark: Download functions will have no effect in the simulator. // Remove the download identified by nId DownloadRemove(nId)
Syntax
<Result> = DownloadRemove(<Identifier>)
<Result>: Boolean - True if the file was deleted,
- False otherwise.
<Identifier>: Integer Identifier of the download (returned by DownloadAdd). Remarks Required permissions The call to this function modifies the permissions required by the application. Required permission: INTERNET This permission allows the applications to open the network sockets.
Related Examples:
|
Android (WINDEV Mobile): Android Downloads
[ + ] This example illustrates background downloads in WINDEV Mobile and Android. It is no longer necessary to keep the application open to propose the download of a file. The download manager allows you to download large files and to notify the application when the downloads are finished.
|
Component: wd300android.aar
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|