ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Undocking the editors
Who has never wanted to view the code and the UI at the same time, without being constrained by the environment? WINDEV, WEBDEV and WINDEV Mobile allow you to "detach" the editors from the environment of the main window...
Automatic update of editors
Do you have an active Internet connection on your development computer? You can automatically download the different editor updates (WINDEV, WEBDEV and WINDEV Mobile) thanks to "Automatic update"...
The "Browser" pane
When a WINDEV, WEBDEV or WINDEV Mobile element (analysis, query, ...
Easier navigation in the editors
The navigation in the editors is simplified by the presence of a new dynamic navigation bar, enabled by [CTRL] + [TAB]...
Importing DreamWeaver elements into a WEBDEV site
WEBDEV allows you to import Dreamweaver elements into your WEBDEV site......
Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations...
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks...
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications....
Creating help pages
A help system includes several pages......
"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory...
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next...
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can...
Choosing the type of image: dynamic, static, generated, ...
The images are often used to illustrate the site pages......
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
Native xBase/FoxPro Access: Specific features and remarks
This help page presents the specific features regarding the programming of Native xBase/FoxPro...
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
Error (Function)
Displays a custom error message in a system error window.
Changing the window content by swipe
The mobile devices propose several features available via finger movements......
Managing Responsive Web Design in your Web pages
From now on, the Web sites can be viewed on several platforms......
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or...
Automatic data file modification
The automatic data file modification updates the description of data files on user computers......
HFSQL in network mode on a server running Windows NT4, 2000, XP or 2003
The access speed to the data in network depends on several parameters (see the section......
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
UI compilation errors
UI compilation errors indicate the possible problems detected in your interfaces whenever a window,...
Android Widget windows
An Android application can contain one or more Widget windows......
The Multiline Zone control
The Multiline Zone control is used to easily create interfaces in iOS style....
HTML Display control processes
WINDEV and WINDEV Mobile include different WLanguage events associated with HTML Display...
Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).