ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

pdfSignature (Type of variable)
The pdfSignature type is used to define the advanced characteristics of the signature that will be applied to a PDF file when signing an existing PDF (via PDFSign).
DDELink (Function)
Creates a hot link with a data.
TokenCurrentInput (Property)
The TokenCurrentInput property is used to read or change the value being entered in a "Text token" edit control.
11. Internal components in practice
Internal components in practice...
grDestinationBMP (Function)
Defines a BitMap file as destination of a chart (BMP means BitMap).
Creating an automatic help
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
Shared memory areas
WINDEV, WEBDEV and WINDEV Mobile allow you to handle shared memory areas......
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
The Spin control
A Spin control is used to increase or reduce a value found in a control......
HFSQL Client/Server: Overview
You have the ability to create applications that access the HFSQL Client/Server databases......
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
nWDInitProject: Initialization code of project
Run the initialization code of project......
Speech synthesis management functions
The following functions are used to manage speech synthesis...
ODBCSQLCode (Property)
ODBCSQLCode is used to: Find out the SQL code of the "query performed on a connection" (data source of report). Modify the SQL code of the "query performed on a connection" (data source of report)....
15. Creating the executable in practice
Creating the executable in practice...
Scanner (Type of variable)
The Scanner type is used to handle the information from a scanner.
Type (Example)
Usage example of the Type property
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
Control Centers: Working in offline mode
When working on a laptop computer or on an offline computer, you may want to continue working with the data found in the Control Centers (schedule management, quality management, etc....
GglFile (Type of Variable)
The GglFile type allows you to know all the characteristics of a file from the Google software suite (Docs, Sheets, etc.).
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
MenuClone (Function)
Clones a menu or a menu option as well as the associated code.
NotifPushDisable (Function)
Disables the management of push notifications for a WINDEV Mobile application (Android or IOS).