ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Value (Property)
The Value property is used to:
  • Find out and modify the value of a report control.
  • Find out and modify the value of a control or the title of a window.
  • Find out the identifier of a stream.
  • Find out and modify the value of a control or the title of a page.
Max (Function)
Returns the greatest value passed as parameter.
Mathematical SQL functions
The mathematical SQL functions that can be used on the queries written in SQL code are as follows...
<ANSI string>.ToNum (Function)
Returns the numeric value of a character string. This feature enables you to perform numeric calculations on strings.
StringToNum (Function)
Returns the numeric value of a character string. This feature enables you to perform numeric calculations on strings.
LocalStorageAdd (Function)
Adds a value to the local storage.
Abs (Function)
Returns the absolute value:
  • of a numeric value,
  • of a numeric expression (integer or real).
  • of a duration.
<Array>.Max (Function)
Returns the greatest value in the array.
<Array>.Min (Function)
Returns the lowest value in the array.
Operations in a Select query
The query editor allows you to perform operations on the values of an item...
Min (Function)
Returns the lowest value.
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed...
SysScreenOrientation (Function)
Allows you to: get the screen orientation of the device (Android, iOS or Universal Windows...
PageToASP (Function)
Sends the data found in a page currently displayed in the browser to an ASP server.
PageToJSP (Function)
Sends the data found in a page currently displayed in the browser to a JSP server.
PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.
BrightnessAuto (Function)
Returns or modifies the activation status of the automatic adjustment of the brightness...
Constants used by the scanner functions
Constants used by the scanner functions...
PVTFilter (Function)
Enables or disables a filter on a Pivot Table control.
hbResultScan (Type of variable)
The hbScanResult type is used to define all the advanced characteristics of the result...
FishEye
The "FishEye" effect is used to enlarge a section of editor graphs (analysis graph, UML graph, ......
Toast (Type of variable)
The Toast type is used to define all the advanced characteristics of a toast notification.
Edit control properties
You can manipulate Edit controls in a window, page or report using the following WLanguage...
Choose the action of the button in a page
WEBDEV proposes several actions of the button on the controls of the page......
Progress Bar control properties
List of properties associated with the Progress Bar control...
List Box control properties
You can manipulate List Box controls in a window or page using the following WLanguage...
Characteristics of the columns of a Table control in a page
The columns are used to display information in a Table control....
Constants for the Exif functions
List of constants used by the Exif functions....
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups...
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
Describing the replicated files (ReplicEdit)
A replication includes one or more data files......
How to loop through a file using filters?
Handling a Static control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Static control programmatically......
Android and Java: call WLanguage procedures
Permet de spécifier la procédure qui sera appelée lorsque l’utilisateur effectue un clic dans un...
ChangeAction (Function)
Used to specify the action to perform when the HTML page displayed in the browser is no longer...