ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / System functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Deletes one of the buttons found on the application thumbnail in the taskbar.
Example
// Deletes the button at rank 3
SysThumbnailDeleteButton(3)
Syntax
<Result> = SysThumbnailDeleteButton(<Button number>)
<Result>: Boolean
  • True if the button was deleted,
  • False otherwise.
<Button number>: Integer
Rank of the button to delete (included between 1 and 7). When adding a button, SysThumbnailAddButton returns the rank of the added button.
Remarks
  • When a button is deleted, the ranks of the following buttons are modified. For example, if the button of rank 4 is deleted, the button of rank 5 becomes the button of rank 4 once this deletion was performed.
  • To delete all the buttons linked to a thumbnail, use SysThumbnailDeleteAll.
Component: wd290std.dll
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help