ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key...
HTMLAttribute (Property)
The HTMLAttribute property reads and changes the HTML attributes of the control.
<Connection variable>.TransactionIsolation (Function)
Configures the isolation mode of transactions for a connection to an HFSQL server.
<Chrono>.Pause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
The Repositionable Note control
The Repositionable Note control allows you to include the famous yellow sticker in your applications......
MyControl (Reserved word)
The MyControl keyword represents the control that holds the process being executed.
Displaying a report in HTML format in the browser of the Web user
To display a report in HTML format in the browser of the Web user, you must......
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
List of extension attributes
The list of extension attributes ......
3. Application development cycle
Development cycle of a WINDEV application....
Reports
A report provides a custom view of data......
Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
The Upload control
The Upload control is used to upload files on the Web server......
Binding Bar Code controls to items
A Bar Code control can be bound to an item in a data file, query, etc....
WDConver : Use in command line mode
Using WDConver in command line mode consists in running a conversion description created and saved with WDConver ("......
Start of Break block (Break header)
The Start of break block is optional......
4. When to use the debugger?
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
Multi-touch support
A multitouch feature is a technique allowing the user to interact with a device via several contact points (the fingers are used in most cases)....
Creating and distributing Active WEBDEV Pages
To transform a page in Session mode into an Active WEBDEV Page:...
Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)......
Page menu
WEBDEV allows you to create a drop-down menu in your HTML pages......
WDSQL: Creating and running a script
A script is a set of SQL commands used to perform a specific operation (create a new table in the database, insert records, ......
7. Layouts using the Flexbox control
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
Preparing the phone to run the test of an Android application
WINDEV Mobile allows you to develop Android applications. To run the test of these applications on an Android phone, some operations must be performed ......