ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDINT license agreement
WDINT license agreement...
Chart control: "Series" tab
The "Series" tab is used to define the different series used in the Chart control as well as the source of category labels......
aiImageResult (Type of variable)
The aiImageResult type is used to retrieve the result of AIDetect.
Designing a supercontrol
A supercontrol is an advanced type of control......
Referring to an element in a WLanguage event / process
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
Selecting one or more controls
One or more controls can be selected in a window, in a page or in a report via the keyboard or the mouse......
USING IN (Critical section)
The statement USING ... IN makes it possible to automatically perform initialization and ending operations on critical sections.
docFragment (Type of variable)
The docFragment type is used to define the characteristics of a fragment found in a "docx" document.
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).
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped in a single page......
CaptchaVerify (Function)
Checks whether the value typed by the user corresponds to the string displayed in a Captcha control.
WLanguage procedure called by WebSocketClientConnect
WLanguage procedure ("callback") called by WebSocketClientConnect when the connection to the server is established.
WLanguage procedure called by WebSocketClientConnectSSL
WLanguage procedure ("callback") called by WebSocketClientConnectSSL when the connection to the server is established.
List of reserved words
Software license agreement
WINDEV Express license agreement...
MDL file (kept for backward compatibility): Pattern description
The MDL file is the file used to generate a RAD window......
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.
Managing bar codes
The use of bar codes to identify and manage products has become essential......
2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records - 30 min
AnchorRateWidth (Property)
The AnchorRateWidth property is used to: Find out the anchor rate when a control (or a table column) stretches on the horizontal axis. Modify the anchor rate when a control (or a table column) stretches on the horizontal axis....
Emulating constants
List of constants used by the functions for emulating automated tests....
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
2. Layouts: Managing menus
WEBDEV Tutorial - WEBDEV layouts Lesson 2 - Layouts: Managing menus - 30 min