ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Items used in a select query
A query created in the query editor can contain several types of items...
Describing a query
Once a query is created, all the characteristics of this query can be modified at any time...
Example for creating a select query
This help page explains how to create two select queries...
Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query...
Query: Displaying the records corresponding to a given period
When a "Date" item is found in the query, you have the ability to only select the records corresponding to a given period...
(No title )
Handling the versions of a window, report, query or project
When creating and developing the different elements of a project (window, query, report, project, ...
Operations in a Select query
The query editor allows you to perform operations on the values of an item...
Joins between the tables of a select query
When several tables are used in a query, the query editor automatically searches for the links between these tables described in the database schema...
Project comparator
Comparing two windows (two pages, two reports, two classes, ...
Optimizing the query execution
The query editor allows you to optimize the execution speed of one or more queries...
Creating a query
Two methods can be used to create a query...
Creating a select query
A select query (corresponding SQL statement...
Test of a query
The query editor allows you to run the test of query result...
Creating a combining query
A combining query (corresponding SQL statement: UNION) ...
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries...
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be...
Environment of the query editor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default...
Creating an insert query
An insert query (corresponding SQL statement...
Carrying over the differences from an element to another one
The project comparator is used to compare two elements and to list the differences found...
The "Funnel" charts
...The Funnel charts are often used to represent the steps in a sales process and to indicate the amount of potential revenues expected for each step....
Dedicated Web server
When installing WEBDEV development version, if no Web server is available on the current computer, WEBDEV automatically installs one (IIS Express version 10). This server is automatically configured to work with WEBDEV....
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
eCurrencyName (Function)
Returns the caption of a currency.
Monitoring robot: Creating a check
The monitor of the monitoring robot is used to create the different checks that must be performed by the monitoring robot......
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
Table,Insert (External language)
Inserts an element into a table at a given position.
External language: Programming in C
We are going to call the elements developed in WINDEV (project, windows, ......
WinLineDetails (Property)
The WinLineDetails property allows you to get and change the name of the internal window used to display the details of a row in a Table control.
Text formatting variant
You can customize text attributes such as character spacing, line spacing and font size in a window or page......
List,Get (External language)
Retrieves the value of a given element or the value of the selected element in a drop-down list or in an expanded list.
Display (External language)
Displays a value in a control or assigns a value in a variable.
Appendix 2: Checking the server
Bloque entièrement ou partiellement un fichier externe....
Unicode (Property)
The Unicode property is used to: Determine if the value of a control is a Unicode string. Specify whether the value of a control is a Unicode string....
WithInput (Property)
The WithInput property determines if a Combo Box control supports data input, and enables or disables this behavior.
System popup menu
The system popup menus are managed by the system (Android, Windows, ......
TimeToString (Function)
Converts a time to a string in the specified format.