ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Search results
7 results for: Icône
SysIconAdd (Function)
Adds a system tray icon (in the lower-right corner of the screen).
Icon
The "Icon" keyword corresponds to the Icon type, or to the Icon property.
Icon (Property)
The Icon property is used to:
  • Find out the icon displayed in the title bar of a window or a Dockable Panel control.
  • Change the icon displayed in the title bar of a window or a Dockable Panel control.
Icon (Variable type)
The Icon type is used to define the advanced characteristics of an icon.
Creating your own User Macro-Codes
The User Macro-Codes are sections of WLanguage code allowing the end user to customize his application...
SysIconDelete (Function)
Deletes an icon from the taskbar (next to the clock).
<Icon variable>.SaveICO (Function)
Saves an image in icon format either in a file, or in memory.