ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project...
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity...
Working in Offline mode
When working on a laptop computer or on an offline computer, you may want to continue to work......
Alias (Property)
The Alias property gets the alias of an element.
Python: Native calls
WLanguage allows for native Python calls......
LooperPosition (Function)
Moves the scrollbar to display a specific row or returns the index of the first row displayed in a Looper control populated programmatically.
RequestRefreshUIElement (Function)
Requests the execution of the "Request for refreshing the display" event of the specified element (and gives back control without waiting for the execution of the event).
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily deployed....
How to clone and use columns in a Table control?
In some cases, a Table control must be filled with an unknown number of columns (when creating the control)....
How to populate a TreeView control using a data file?
By default, the TreeView control cannot automatically display the data coming from a data file......
The ListView control
The ListView control is used to display a list of graphic elements (images, logos, etc....
Playing a video with the MCI functions
MCI functions are used to easily handle the media files......
Automated test created by the user
WINDEV allows the user to record a test scenario in order to send it to the quality service or to the developer......
Setup on a local network (LAN)
Edit options of a report
The report editor allows you to......
Table, List Box and Combo Box controls bound to queries
A Table, List Box or Combo Box control can be used to display the content of a data file or query......
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It is used to present in a small surface a large number of controls arranged logically in order to perform choices....
Creating a skin template from an existing skin template
You can create a skin template from an existing skin template (provided by PC SOFT, for example)......
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
Automatic error handling
Error handling can be customized for each process......
Binding a Combo Box control to an item
dRotation (Function)
Performs a rotation: of an Image control. of an Image variable. of a picLayer variable....
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
12. Preventing from going back to a page
WDLog: Saving HFSQL data files
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application......
"Unit examples" pane
The "Unit examples" pane proposes the unit examples found in the different products......
RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.