ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Environment of the window editor
The main elements of window editor are as follows:
Options of the window editor
To configure the general options of the window editor...
Zoom in the different editors
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor...
Copy between the editors
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors.
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows...
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....
Stand-alone executable
The executable will be stand-alone if the following elements are included in the executable......
Time management help
Time management is extremely important......
Managing the programming errors
The security mechanism of WLanguage is enabled when a programming error occurs in an application......
MakeInteger (Function)
Builds a 4-byte integer from two 2-byte integers.
TitleImage (Property)
The TitleImage property is used to get and/or change the image displayed next to the title of a column in a Table control....
SendKey (Function)
Simulates the keystrokes and the mouse actions.
HiWord (Function)
Returns the two high bytes of an integer.
BitcoinValidAddress (Function)
Checks whether a Bitcoin wallet address is valid.
Image (Property)
The Image property gets and sets the background image of a control or block.
<Edit>.ConfigureAssistedInput (Function)
Used to configure the filter and the opening of assisted input.
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask. This display mask is displayed when the control is in read-only or when the control does not have focus....
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
Printing in Linux
WEBDEV and WINDEV allow you to print to PDF in Linux using WLanguage functions......
WDConver : Use in interactive mode
Before you start using WDConver, you must have......
SQL : ORDER BY clause: Organizing the result of a query
The ORDER BY clause is used to sort the records selected by an SQL query......
Testing a dynamic project from a test server
Before deploying your dynamic WEBDEV site, we recommend that you run the final tests from a test sever......
StoreTheValue (Property)
The StoreTheValue property is used to: Find out whether a control keeps its value between two application starts via the persistence. Modify a control so that it keeps (or not) its value between two application starts via the persistence....
SearchValue (Property)
The SearchValue property is used to get and change the value of the search field in an Action Bar.
WDReplic: Overview
WDReplic is a tool used to manage the replication of data between several computers that use the same application......
RTF control properties
List of properties associated with the RTF control...
AnchorRateHeight (Property)
The AnchorRateHeight property is used to: Find out the vertical anchor rate of a control. Modify the vertical anchor rate of a control....
EndTimer (Function)
Ends the execution of a timer triggered by Timer.
EndTimerSys (Function)
Ends the execution of a timer triggered by TimerSys.
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......