ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Error 1045: A class cannot be declared outside the declaration code of a class
Error 13: The label already exists
Properties associated with clickable Image controls
The Clickable Image control can be handled by the WLanguage properties in server code and in browser code......
Web Component control properties
The Web Component control can be handled by the WLanguage properties in server code and in browser code......
Project Management Hub: Dashboard
The Project Management Hub groups all the details of the projects in a dashboard......
Undocking the editors
Who has never wanted to view the code and the UI at the same time, without being constrained by the environment? WINDEV, WEBDEV and WINDEV Mobile allow you to "detach" the editors from the environment of the main window......
Clipboard with history
The clipboard stores the last 10 pieces of content cut or pasted (from any editor)......
HInfoMemo (Function)
Returns the characteristics of binary and text memos.
Code statistics
The code statistics affect......
Translating the code
WINDEV, WEBDEV and WINDEV Mobile allow you to automatically translate your WLanguage code from English into French and vice versa......
Including the code
You want to include your code lines in a condition, in a structure, ......
OCRExtractTextBlock (Function)
Returns all the text blocks of an image.
OCRExtractText (Function)
Reads the text contained in an image.
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
NetDiskList (Function)
Lists the available disks: on the FTP server (File Transfer Protocol) or on the RPC server (Remote Procedure Call) powered by WINDEV, on the client computer. This function is kept for backward compatibility....
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
Error 11: The label is unknown
SQLCode (Property)
The SQLCode code property is used to get the SQL code of a query created with the query editor (".WDR" file).
Sorts in a report
The sort is used to organize the information displayed in the report......
How to browse the directories of a disk?
This help page explains how to browse the directories found on a disk....
Dynamic site: Persistent session
For a dynamic WEBDEV site, when starting the site (site called from a browser), a session representing the site is loaded in memory on the server......
TokenAllowDuplicate (Property)
The TokenAllowDuplicate property is used to: Allow or prevent the user from entering duplicates in a "Text token" Edit control. Determine if duplicates are allowed in a "Text token" Edit control....
<Image variable>.DrawText (Function)
Draws a text in an Image variable.
<Image>.DrawText (Function)
Draws a text in an Image control.
<WDPic variable>.DrawText (Function)
Draws a text in a WDPic variable.