ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Testing a dynamic project from the administrator
Running the test from the WEBDEV administrator (WDAdmin) is used to check ......
Working in Offline mode
When working on a laptop computer or on an offline computer, you may want to continue to work......
Remote WEBDEV administrator: Saving and restoring a WEBDEV site
The remote management tool is used to manage the backups of your dynamic WEBDEV sites....
How to manage enumerations programmatically?
How to manage a combination through programming?
A combination is a type of variabble containing a list of values....
WEBDEV Page control
The WEBDEV Page control allows you to integrate a WEBDEV page into a WINDEV application......
Activating an application or a site
When distributing an application or a site, you may want to offer both a full version and a limited version......
12. Pages in practice
ContactAdd (Function)
Adds a contact: in a Lotus Notes or Outlook address book. into the list of contacts on the device (Android, iPhone or iPad, Universal Windows)....
10. Embedded queries
The controls from a window can be linked to a data file or existing query, ......
PageToSource (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....
BrowsedItem (Property)
The BrowsedItem property is used to: Get the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Change the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Then, the iteration is reinitialized....
Native Informix Connector: Programming with HFSQL functions
To use an Informix database with the Native Connector, import the structure of Informix tables into the WINDEV or WEBDEV analysis......
10. Embedded queries
4. WINDEV and telephony
WINDEV allows you to easily manage incoming and outgoing phone calls via the WLanguage phone functions....
Native AS/400 Connector
WINDEV and WEBDEV include an optional module to access AS/400 databases......
21. Managing business rules
Managing business rules...
18. Management of business rules
Checking an element back in the Source Code Manager (SCM)
Checking an element back in the repository is used to make the modified element available to all the users of the Source Code Manager......
Native Sybase Connector: Programming with HFSQL functions
To use a Sybase database with Native Connector, the structure of Sybase tables must be imported into the WINDEV or WEBDEV analysis......
"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory of the current project......
1. What is a website?
FileFilter (Property)
The FileFilter property gets and sets the filter used to display files: when using assisted input in an Edit control or table column with the "File path autocomplete" option (in the "General" tab of the description window), in the file picker displayed when the user selects the "Browse..." option in the context menu of an Edit control, table column or Combo Box control....
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)....