ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
Native SQL Server Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native SQL Server Connector (also called Native SQL Server Access)......
5. Site test in practice
Word Processing control events
WINDEV manages the following events by default......
WEBDEV Page control events
The control Page WEBDEV allows you to integrate an Page WEBDEV in a WINDEV application......
Code editor: Display options
The code editor proposes several display options......
Bar Code management functions
The following functions are used to manage bar codes:...
Using Objective C code
You can use Objective C code in iPhone/iPad applications generated with WINDEV Mobile....
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
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......
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....
<Code Editor>.Uncomment (Function)
Uncomments the current selection in the Code Editor control. "//" characters at the beginning of the current line are removed....
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......
Testing and debugging an application on an Android device
All developers appreciate the possibility to debug an application directly on the device......
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
Transactions: Secure your processing of HFSQL tables
This chapter presents the following topics......