ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a group of controls through programming
WINDEV, WEBDEV et WINDEV Mobile allow you to handle a group of controls through programming......
Testing a project: setting
By testing the project you can simulate how the application will run......
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
MySelf (Reserved word)
MySelf is used to handle the current control...
MyPage (Reserved word)
MyPage is used to handle the current page...
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
MyReport (Reserved word)
MyReport is used to handle the current report...
MyParent (Reserved word)
MyParent is used to handle...
Binding a Combo Box control to an item
Telemetry: Main features
Optional events
By default, the codes available in the code editor correspond to the most common codes......
Manipulating TreeView controls programmatically (prefix syntax)
WINDEV, WINDEV Mobile and WEBDEV allow you to manipulate a TreeView control through programming......
MyFile (Reserved word)
In a trigger, MyFile is used to identify the file that activates the trigger...
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site......
Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile......
8. 10 tips for better interfaces...
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed on several pages......
The Line control
A Line control is used to display a line in a page......
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified and identified......
Set of procedures
The global procedures are grouped in set of procedures......
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
Type of windows created by RAD
The wizard for window creation proposes several types of windows associated with HFSQL data files......
Query
A query is used to interrogate a database in order to view, insert, modify or delete data......
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.