ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MyReport (Reserved word)
MyReport is used to handle the current report...
22. Report templates
Font management properties
List of font management properties...
The planes (in a window or in a report)
The planes are used to group the window controls......
Print modes of a report
Several print modes are available for a report....
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
MyPage (Reserved word)
MyPage is used to handle the current page...
New (Reserved word)
New is used to allocate memory space...
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
MyWindow (Reserved word)
MyWindow is used to handle the current window...
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...
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
14. Report templates
Report templates...
MyParent (Reserved word)
MyParent is used to handle...
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
Extern (Reserved word)
EXTERN is used to...
Modulo (Reserved word)
Returns the remainder of a division.
List of reserved words
Properties associated with a report
List of properties associated with a report...
Handling report blocks
The different operations available on report blocks are as follows......
The "Internal report" control
The "Internal report" controls are used to print several reports (secondary reports) in a single report (main report) without programming......
Handling controls in a report
The different operations available for the report controls are as follows......
Creating a table in a report
Tables can be created in a report......
Describing a report table
To display the table description, select "Table description" in the context menu of one of the table elements...