ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Database schema associated with a project
When a WINDEV, WEBDEV or WINDEV Mobile project uses tables, it must be associated with a database schema......
<Page>.FromSource (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....
Error 19: The step of this FOR loop must be constant
The FirstName property can be used on: a SaasUser variable. ......
CellDisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
WDAPI overview
WDAPI simplifies the use of Windows APIs in a WINDEV application......
WindowFromSource (Function)
Automatically initializes the controls of a window 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....
Binding a Combo Box control to an item
How to develop a PHP site?
What is a PHP site?......
JITc
The principle of JITc technology (Just In Time Compilation) is straightforward......
Body Complement block
The Body complement block is linked to the Body block......
2. Analysis in practice
Multi-product external components
Components are a remarkably useful tool for development teams......
LST: The Technical Support Newsletter, the WINDEV and WEBDEV magazine
Developing 64-bit sites
You can deploy 64-bit compatible sites......
Execution platform
WINDEV Mobile allows you to develop applications for different families of products......
The UML model
The main objective of a development team is to create optimized applications, capable of satisfying the ever-changing needs of their users......
SourceToPage (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 data file described in the data model editor. the values of the bound WLanguage variables....
Events associated with TreeView Table controls
List of events associated with the TreeView Table controls...
Handling a WinForm .Net control through programming
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
Move (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....