ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Code Editor>.Uncomment (Function)
Uncomments the current selection in the Code Editor control. "//" characters at the beginning of the current line are removed....
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
Bar Code control properties
Bar Code controls can be manipulated using different WLanguage properties......
Using Objective-C code
You can use Objective-C code in iPhone/iPad applications generated with WINDEV Mobile....
Text editing (Code editor)
When developing a new feature, it may be useful to keep the same environment for opening text files... Warning This feature is only available in WINDEV Suite SaaS 2025 Update 2. For more details, see Use the new features of WINDEV Suite SaaS 2025....
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
Testing a project: setting
By testing the project you can simulate how the application will run......
Control Center of WINDEV executables (WDADMINEXE)
When a WINDEV application is installed in network, a program used to remotely check the application executables is automatically created......
Configuring the browser "Back" button
The "Back" button allows users to see the history of pages they previously visited......
Testing and debugging an application on an Android device
All developers appreciate the possibility to debug an application directly on the device......
"WEBDEV Application Server" License Agreement
"WEBDEV Application Server" License Agreement...
Transactions: Secure your processing of HFSQL tables
This chapter presents the following topics......
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
Warning 127: You are using a data source local to the process
Error 404: The file for HFSQL browse cannot be an expression of this type
MovementAPT (Property)
The MovementAPT property allows you to know and specify whether users can move appointments in a Scheduler or Organizer control.
Action Bar control events
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
GetCountryName (Function)
Returns the name of a country that corresponds to its ISO code according to the ISO 3166-1 standard.
Unalterable (Property)
The Unalterable property is used to configure the unalterability of a data file: the data file cannot be modified; only additions can be made.
EmailExportHTML (Function)
Retrieves the HTML code of an email to display it in an HTML control (HTML control, HTML Display control, etc.).
ModificationRule (Property)
The ModificationRule property is used to configure the modification rule (integrity management) to be applied to the data file described in the code.