ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications......
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
1. Windows generated using the RAD methodology
The RAD (Rapid Application Development) is used to create windows from......
Anchoring controls in a report
The anchors are used to define the behavior of controls during a resize operation......
The source code manager
WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager......
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
Global and local variable
Two types of variables are available......
Share your projects via Git
Git is a source code manager......
RTFReplace (Function)
Replaces or inserts a character string in an RTF control (found in a window or in a report) or in a string in RTF (containing a text in RTF).
RTFSearch (Function)
Finds a character string in an RTF control (found in a window or in a report) or in a character string containing text in RTF format.
RTFInsert (Function)
Inserts a character string in RTF into the content of an RTF control (found in a window or in a report) or into the content of a character string in RTF.
The Popup control
The Popup control is a control used to associate a popup with a page. This popup, displayed from the page into which it is inserted, is used to easily establish a dialog with the user....
Scheduler control properties
A Scheduler control found in a window or in a page can be handled in WLanguage by the following properties....
Managing the remote accesses
The remote accesses are used to create a temporary network connection......
W3C standardization
You must comply with the W3C standard (HTML 4......
Organizer control properties
Several WLanguage properties can be used on an Organizer control found in a window......
Creating a select query
A select query (corresponding SQL statement......
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......
Telemetry: Main features
Report based on a TreeView Table control
You can use a report based on a TreeView Table control to directly print the information displayed in a TreeView Table control found......
NetOpenRemoteAccess (Function)
Establishes a remote connection.
Border (Property)
The Border property is used to get and change the characteristics of the borders: for a report control or block. for a window control. for a cell of a Table control....
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
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....
ErrorReset (Function)
Resets the detection of non-fatal errors: The result of ErrorInfo is reset. The ErrorOccurred variable returns to False....