ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Attention : This is version 26 of this documentation page. This feature may have been changed or removed in a higher version.
This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / Mobile Device (Pocket PC) access functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadApple WatchUniversal Windows 10 AppWindows Mobile
Others
Stored procedures
ceDeleteShortcut (Function)
In french: ceSupprimeRaccourci
Deletes a shortcut that was created by ceCreateShortcut.
Remark: ceDeleteShortcut can be used only if a connection is established between the current computer and the Mobile device (ceConnect).
Example
// Create a shortcut in the "Program" menu
ceCreateShortcut("Example of shortcut", """\Program Files\MyExe.exe""")
...
// Delete the shortcut
ceDeleteShortcut("Example of shortcut")
// Create a shortcut in the "Temp" directory
ceCreateShortcut("\Temp\Example of shortcut.lnk", "\MyDirectory\MyExe.exe")
...
// Delete the shortcut
ceDeleteShortcut("\Temp\Example of shortcut.lnk")
Syntax
ceDeleteShortcut(<Shortcut>)
<Shortcut>: Character string (with quotes)
  • Name of the shortcut to delete in the following format: "<Shortcut Name>". In this case, the shortcut is deleted from the "Program" menu.
  • Name and path of the shortcut to delete in the following format: "\<Shortcut directories\Shortcut name>.<Shortcut extension>".
Remarks
Caution: ceDeleteShortcut returns no error code. To find out if this function has generated an error, use function ErrorInfo with constant errMessage.
Component: wd260ce.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 12/04/2020

Send a report | Local help