ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDMap: Adding, modifying and deleting the records of a data file
WDMap allows you to perform simple operations (addition, modification or deletion) on the records found in a data file......
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
ActionClick (Property)
The ActionClick property is used to define the procedure executed when an element is clicked.
Project description: Compilation tab
The project description window allows you to configure various elements of your project......
Project description: Languages tab
The project description window allows you to configure various elements of your project......
Project description: Files tab
The project description window allows you to configure various elements of your project......
Chart control: "General" tab
In all the editors (window, page or report), the "General" tab of the Chart control description window allows you to define the global characteristics of the control......
Chart control: "Details" tab
Regardless of the editor (window, page or report), the "Details" tab found in the description window of Chart control is used to describe......
Chart control: "Series" tab
The "Series" tab is used to define the different series used in the Chart control as well as the source of category labels......
Report viewer: "Find" tab
A search feature is automatically available when previewing a report......
Report viewer: "Print" tab
The report viewer allows end users to view reports before printing them......
Report viewer: "Export" tab
The "Export" pane in the report viewer allows you to perform the following operations......
Report viewer: "Preview" tab
The report viewer allows end users to view reports before printing them......
Report viewer: "Annotate" tab
Does your application allow you to print several reports? The end user has the ability to write annotations from the report viewer......
Project description: Style tab
The project description window allows you to configure various elements of your project......
Associating a control with a tab pane
Methods to associate a control with a tab pane......
Events associated with Tab controls
List of events associated with Tab controls...
Project description: Project tab
The project description window allows you to configure various elements of your project......
Project description: SCM tab
The project description window allows you to configure various elements of your project......
Project description: Advanced tab
The project description window allows you to configure various elements of your project......
Properties associated with Tab controls
A Tab control found in a window or in a page can be handled by several WLanguage properties......
Properties associated with the tab pane
A tab pane found in a window or in a page can be handled by the following WLanguage properties......
The "Debugger" pane
The "Debugger" pane displays the debugger options when debugging the project or a project element ("Debugger" option)......
Automatic features of edit controls
Edit controls provide multiple automatic features available in all the controls of your applications without writing a single line of code......
TableCellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.