ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SysThumbnailDeleteButton (Function)
Deletes one of the buttons found in the thumbnail of the application from the taskbar.
SysIconDeleteImage (Function)
Deletes the icon that overlays the application icon in the taskbar.
SysThumbnailDeleteAll (Function)
Deletes all the buttons associated with the thumbnail of the application from the taskbar.
ProgressBarSystem (Property)
The ProgressBarSystem property gets and sets the progress bar used as system progress bar (in the taskbar) with Windows 7 (and later).
Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications......
PicSave (Function)
Saves the image found: in an Image Editor control. in a WDPic variable....
Setups while taking the Push into account
The setup while taking the Push into account is used to deploy an application on all the client computers of a network from a single management computer......
<Looper>.Add (Function)
Adds a row at the end of a Looper control.
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
DashDeleteAll (Function)
Deletes all widgets displayed in a Dashboard control.
SysYRes (Function)
Returns the vertical screen resolution.
Constants for sound management
List of constants used by the functions for sound management....
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
MenuAddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL.
fRemoveDir (Example)
Usage example of the fRemoveDir function
Software license agreement
WINDEV Express license agreement...
2. Types of setup
Types of setup...
SQLFirst (Function)
Positions on the first row of the query result.
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
sRead (Function)
Reads a character string in the entry buffer of the specified serial port.
Configuring the Project Management Hub
The Project Management Hub allows you to configure......
IF statement
The conditional IF statement allows you to run an action according to a condition...
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
Multi-project processes: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ......