ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Automatic management of exceptions
The management of exceptions can be customized by process......
HChangeLocation (Function)
Modifies the search mode of physical data files (.FIC, .NDX, ...).
MobileNetworkConnectionInfo (Function)
Returns information regarding the current connection to data on the mobile network.
Assisted universal replication
To easily establish the universal replication between the data of a remote application and a central database, WINDEV and WEBDEV allow you to......
Partial indexing of memos
You now have the ability to index the content of a text memo item......
BCCapture (Function)
Decodes the information stored in a bar code by using the device camera (Android, iPhone, iPad).
Installing a WEBDEV site with zero-downtime update
Starting with version 24, you can update a Session or AWP site without disconnecting users......
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
NextTitle (Function)
Modifies the title of next window to open.
HOpenAnalysis (Function)
Opens an analysis in HFSQL Classic format.
The formatted display control
This control can be used to display dates, times and currency values while respecting the corresponding display format......
HCopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the data files for example). from an HFSQL server to antoher HFSQL server....
OLE DB: Required configuration
To handle a database via OLE DB, the following elements must be installed on the development computer and on the deployment computer......
iParameterPreview (Function)
Configures the print preview: display a message regarding the resources of current computer. display or not the ribbon panes (as well as the buttons found). the export options available in the mini preview window....
WLanguageCodeFormatting (Type of Variable)
The type WLanguageCodeFormatting allows you to define all the setting parameters in Geometry 06500740072007900 of the WLanguage code.
2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records - 30 min
Sliding window (sliding menu)
The sliding windows (also called sliding menus) are often used in the mobile applications......
iPad window: Window creation wizard
The wizard for creating iPad windows allows you to easily create a window containing all the main elements of a window for an iPad application......
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
2. Performance profiler
WINDEV Tutorial: Optimizing a project Lesson 2 - Performance profiler - 15 min
Client/Server transactions: Available isolation modes
The HFSQL engine proposes to isolate the transactions......
The planes in WEBDEV
The planes are used to group the controls of an element......
Handling a Radio Button control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Radio Button controls......
Plane (Property)
The Plane property is used to: Get: the active plane of a window (or report) or the plane to which a control belongs. the active plane of a WEBDEV element. Change: the active plane of a window (or report) or associate a control with another plane. the active plane of a WEBDEV element....
9. Sharing a project in practice
Sharing a project in practice...