ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Handling a WEBDEV Slider control through programming
WEBDEV allows you to handle a Slider control through programming....
HFSQL Control Center: HFSQL Client/Server backups
The HFSQL Control Center is used to manage the backups of HFSQL Client/Server tables......
Adding files into a replication (ReplicEdit)
When the replication is described, the data files must be added into the replication......
Properties associated with columns of Table controls
You can manipulate columns of Table controls in a window or page using the following WLanguage properties......
Maximized windows for Android
A maximized window occupies the entire screen of the mobile device....
WLanguage procedure called by ExplorerAccept
WLanguage procedure ("Callback") called by ExplorerAccept during a drag and drop operation from the Windows explorer.
<Window>.FromFile (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the table described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
<Source>.ToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL table described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Image catalog
As soon as an image can be used (in a control, in a window, in a report, ......
WDScript overview
WDScript is a WLanguage script editor included with WINDEV, WEBDEV and WINDEV Mobile......
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
UncompleteDir (Function)
Removes the '/' or '\' characters from the end of a string, if necessary....
Manager of automated tests
The test manager is used to......
fResourceDir (Function)
Returns the path of the read-only resources of the application.
Global procedure/function
A global procedure can be used in all the processes or events of the project....
The Appointment structure
The Appointment structure is a preset structure of WLanguage (no declaration is required)......
Error 204: using a parameter without optional value after parameters ...