ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

8. Associating controls with data
8. Binding controls to data
A window can display information from......
Compilation statement: IF ExecutionTarget
The <IF ExecutionTarget> compile statement allows you to compile or not compile a WLanguage code depending on the execution target.
4. Conditional statements
WEBDEV Tutorial - WLanguage basics Lesson 4 - Conditional statements - 20 min
Properties associated with the rows of a TreeView Table control
The rows of TreeView Table controls in a window or page can be manipulated using WLanguage properties......
<Window>.FromSource (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 data file described in the data model editor. the values of the bound WLanguage variables....
<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 data file described in the data model editor. the values of the bound WLanguage variables....
<Source>.ToWindows (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 data file described in the data model editor. the values of the bound WLanguage variables....
WDZip: Handling files in an archive
The compressed files found in an archive can be handled by WDZip......
On/Off button in a window
The on/off button is a button that operates like a check box......
SourceToScreen (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 HFSL data file described in the data model editor. the values of the bound WLanguage variables....
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It is used to present in a small surface a large number of controls arranged logically in order to perform choices....
Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
Merging differences (SCM)
26. Style sheets: to simplify the layout
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
Types of Edit controls
Playing a video with the MCI functions
MCI functions are used to easily handle the media files......
4. Conditional statements
WINDEV Mobile Tutorial - WLanguage basics Lesson 4 - Conditional statements - 20 min
Programming the looper attributes
All the looper attributes can be handled by programming......
Events associated with breaks
Le menu contextuel d'un champ de saisie propose une option "Définir comme 1er champ en saisie"......
Combo Box and List Box controls: Automatic features (AAF)
The List Box and Combo Box controls can benefit from several AAFs......
How to perform a full file browse?
The Kanban control
Originally, Kanban is a Japanese method aimed at improving processes for a better, more efficient production cycle....