ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Wire control properties
A Wire control can be handled in a window by the following WLanguage properties......
<Menu>.Clone (Function)
Clones a menu or a menu option as well as the associated code.
Stand-alone executable
The executable will be stand-alone if the following elements are included in the executable......
"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory of the current project......
Libraries (.WDL file)
A library is a WDL file that contains all WINDEV or WEBDEV resources ......
List of reserved words
Creating a translation file
WDINT allows you to create a translation file....
Time (Type of variable)
The Time type is used to easily handle the times...
9-slice scaling
The 9-slice scaling allows you to resize the images harmoniously......
Vocabulary linked to replication
Before implementing the replication, you must be familiar with the vocabulary specific to the replication.
The "UML analysis" pane
The "UML analysis" pane displays the different UML diagrams (class diagram, deployment diagram, ......
File download functions
The following functions are used to manage downloads......
List of extension attributes
The list of extension attributes ......
WEBDEV administrator: Advanced configuration
The "Advanced" tab is used to configure the advanced features at server level......
WEBDEV administrator: Installed Webservices
The "Webservices" tab gives information about the dynamic WEBDEV Webservices installed on the computer......
<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)....
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)....
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Linux)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic database from an external database software that supports the accesses by ODBC......
RuleVisible (Property)
The RuleVisible property is used to: Find out whether the rulers are visible or invisible in a Word Processing control. Make the rulers visible or invisible in a Word Processing control....
WDInst: Additional options (summary, license, etc.)
When installing the application, you have the ability to display......
Status bar of windows
The status bar of a window is used to display several types of information......
3. Deploying a dynamic WEBDEV site