ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Source>.FromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
SourceFromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
WDINT setup
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......
Multitask (External language)
Allows the programs currently run to process the Windows messages or runs a temporization.
REP files
REP files contain the list of data files handled by the application....
mlExecute (Function)
Evaluates and runs a command on a MATLAB session.
Automatic button execution (Window)
To force an action on a window, all you have to do is define a button of this window in "Automatic execution" mode......
Deploying an application that uses an external component
An application that uses one or more external components is deployed in the same way as a standard application......
CallDLL32 (Function)
Runs a function found in an external DLL.
Data model editor: Describing a connection
Any program developed with WINDEV, WEBDEV or WINDEV Mobile can easily access......
API (Function)
Runs a function found in an external DLL.
"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory of the current project......
Creating a translation file
WDINT allows you to create a translation file....
File download functions
The following functions are used to manage downloads......
<mongoDatabase variable>.ExecuteCommand (Function)
Runs a generic command on a MongoDB database.
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......
PageToFile (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Finding the unused WEBDEV styles
In most cases, most of the presentation styles are created when designing a site......
InServiceMode (Function)
Indicates whether the code is run in a service.
<Page>.ToFile (Function)
Automatically initializes: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
<mongoCollection variable>.ExecuteCommand (Function)
Runs a generic command on a MongoDB collection.
InPHPMode (Function)
Indicates whether the code is run in PHP.
InJavaMode (Function)
Indicates whether the code is run in Java.
Handling TimeLine controls programmatically
A TimeLine control can be......