ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling the cells of report table
The operations that can be performed on the table cells are as follows:...
Structure (Type of variable)
A structure is a custom type of data...
grLegend (Function)
Indicates the presence and position of legend in a chart.
grType (Function)
Identifies or modifies the type of chart.
The "Scatter" charts
A scatter chart (XY) represents the relationship between two numeric values in two series of data......
HDelete (Function)
Deletes a record from a data file (query or view).
ControlCurrent (Function)
Returns the name of the control currently in edit.
SCM administrator: Managing the repository
The SCM administrator (Source Code Manager) allows you to directly handle the source codes of different projects included in the Source Code Manager......
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
zipCompressionLevel (Function)
Changes the compression level used when creating an archive in ZIP format or in 7z format.
Variable scope
Variables can be declared anywhere in the code....
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
Project Management Hub: Managing the schedule
The project contributors can manage their tasks directly from the schedule or from the task list......
Binding Bar Code controls to items
A Bar Code control can be bound to an item in a data file, query, etc....
H.NbRetry (Variable)
Indicates the number of attempts for locking the file or the record before giving control back to the program.
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
SysIconModify (Function)
Modifies the icon file and/or the hover text of the icon in the taskbar (lower-right corner of the screen)....
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
Composite variable
A composite variable contains different types of elements (members)...
Compilation options (chm format)
Joins between the data files of a select query
When several data files are used in a query, the query editor automatically searches for the links between these files described in the analysis......
xlsNbColumn (Function)
Returns the number of columns found in a worksheet of an XLS file.
Code snippets
The code editor allows you to enter "Code snippets"......
SOAPRun (Function)
Runs a procedure on a SOAP server.