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.
Linear Looper control properties
AIDetectDrawing (Function)
Classifies freehand drawings, including circles, squares and triangles.
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control...
PageToEmail (Function)
Emails the data found in a page currently displayed in the browser.
Radial Bar chart
The "Image gallery" Looper control is used to manage the display of a set of images without...
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications...
MatFill (Function)
Initializes all the elements found in a matrix of a given size.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used...
Handling an Edit control programmatically
You can handle Edit controls programmatically......
Calculations in the columns of a Table control
When a Table control contains numeric data, it may be useful to get the total of a column or count...
RulerModifiable (Property)
The RulerModifiable property is used to: Find out whether the user can move the playhead...
C#: Call to WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in C#......
7. Available controls in a window
WINDEV Mobile includes several types of controls...
"END:" label
The END: label is used to define a code that will be systematically run at the end of process...
Various constants
List of various constants....
Handling a formatted display control through programming
WEBDEV allows you to handle a formatted display control through programming......
BurnerSave (Function)
Burns the files found in the compilation onto the CD or DVD.
rssEntry (Type of variable)
The rssEntry type is used to handle a RSS stream entry...
Commands of the external interface
Binding a Combo Box control to an item
grOrigin (Function)
Modifies the start and end marks on one of the chart axes.
Programming the table cells
The Table controls can be handled......
HTML control properties
You can manipulate HTML controls in a window, page or report using the following WLanguage...
Properties associated with Tab controls
A Tab control found in a window or in a page can be handled by several WLanguage properties......