ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

grDestinationBMP (Function)
Defines a BitMap file as destination of a chart (BMP means BitMap).
Diagram Editor control events
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls...
CriticalSection (Type of variable)
CriticalSection variables are used to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application.
13. Debugger
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
Window with arrow (iPad)
The principle of windows with arrow is straightforward......
TokenCurrentInput (Property)
The TokenCurrentInput property is used to read or change the value being entered in a "Text token" edit control.
iPrintDuplicate (Function)
Prints a duplicate copy of a report.
DDELink (Function)
Creates a hot link with a data.
11. Internal components in practice
Internal components in practice...
Shared memory areas
WINDEV, WEBDEV and WINDEV Mobile allow you to handle shared memory areas......
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......
DnDCacheDashElement (Function)
Adds a widget into a Dashboard control during Drag and Drop.
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....
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......
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
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).
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...
Type (Example)
Usage example of the Type property
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.).