ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Print technical documentation
You can print different technical documentations describing all the elements of the project (windows, pages, reports, data files, items, components, assemblies, Custom-Folders, etc.)......
ViewName (Property)
The ViewName property is used to: find out the name of the HFSQL view, data source of a report modify the name of the HFSQL view, data source of a report....
Note (Property)
The Note property is used to: Find out the notes associated with a control, a window, a page or a report. Modify the notes associated with a control, a window a page or a report....
iParameterViewer (Function)
Configures the report viewer.
HTML (Property)
The HTML property is used to: find out whether the current report is printed in HTML mode. manage the HTML type of a Static control found in a report....
Handling a control through programming in a report
All report controls can be handled through programming......
Handling an internal component
An internal component is a set of elements from a project......
1. Project and Analysis
The development of a Windows application with WINDEV is based on two main elements: the Project and the Analysis....
12. External component
An external component is a set of WINDEV elements: windows, reports, analysis, etc....
Extracting messages added or modified since last extraction
A project was already created and translated......
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
Font (Property)
The Font property is used to Get the identifier of the font used in a control in a report, page or window. Change the font used in a control in a report, page or window....
MsgSortSel (Property)
The MsgSortSel property is used to: Find out the wait message displayed when sorting and selecting the report records. Modify the wait message displayed when sorting and selecting the report records....
MemZoneName (Property)
The MemZoneName property is used to: find out the name of the memory area used as data source for a report. modify the name of the memory area used as data source for a report....
iPrintBlock (Function)
Forces a report block to print.
iEndReport (Function)
Forces the report print to stop.
iInitReportQueryConnection (Function)
Initializes the query linked to the report.
<Report>.InitQueryConnection (Function)
Initializes the query linked to the report.
iPrintDuplicate (Function)
Prints a duplicate copy of a report.
14. Report templates
Report templates...
22. Report templates
ODBCSQLCode (Property)
ODBCSQLCode is used to: Find out the SQL code of the "query performed on a connection" (data source of report). Modify the SQL code of the "query performed on a connection" (data source of report)....
MyReport (Reserved word)
MyReport is used to handle the current report...
Events associated with the controls of a report
The events associated with the controls of a report are as follows......
iInitSubReport (Function)
Initializes the parameters of a subreport of a composite report.