ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<PDF reader>.AddWatermark (Function)
Adds a watermark to all the pages of a PDF file in a PDF Reader control.
WINDEV and telephony
WINDEV allows you to easily manage the incoming and outgoing phone calls via the WLanguage telephony functions......
Managing the browser "Back" button
The browser "Back" button allows the Web users to display the pages that were already visited......
The UAC mechanism in Windows Vista (and later)
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism......
Specific features of the Express version
InWinRTSimulatorMode (Function)
Identifies whether or not the code is executed in the WinRT simulator (simulator for applications in Windows Store mode). Function kept for backward compatibility....
How to save and retrieve an image in a binary memo
InputMask (Type of variable)
The InputMask type is used to define all the advanced characteristics of a custom input mask.
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
Using layouts in WINDEV and WINDEV Mobile
The layout is used to define several views of a window in the same project without duplicating this window......
ReplicationDirectory (Property)
The ReplicationDirectory property is used to manage the directory of replication files (".RPL" or ".RPM").
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
ERR_BAD_CONTEXT
hRSConfig (Type of variable)
The hRSConfig type is used to define the advanced characteristics of a replication between 2 HFSQL servers.
Variable Description (Type of variable)
The Variable Description type is used to get information about a variable or a member.
Debugging in Android
All developers appreciate the possibility to debug an application directly on the device......
Stand-alone executable
The executable will be stand-alone if the following elements are included in the executable......
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily deployed....
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
Month (Property)
The Month property is used to: Retrieve the month from a Date or DateTime variable. Modify the month in a Date or DateTime variable. Retrieve the month from a Date item (in "Simple date" or "Date and Time" format) Modify the month in a Date item (in "Simple Date" or "Date and Time" format)...
Managing the SNMP protocol
SNMP (Simple Network Management Protocol) is the standard protocol for managing the network devices......
Execute (Function)
Starts the execution of a process through programming.
How to open a window?