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.
List,Select,? (External language)
Returns the element selected in the list.
Error 110: The ASCIIZ string is too long
Error 109: The fixed string is too long
FinError (Example)
Usage example of the FinError function
Designing a supercontrol
A supercontrol is an advanced type of control......
Handling a Check Box control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......
FinLinearRedemption (Example)
Usage example of the FinLinearRedemption function
SysRecentDocList (Function)
Returns the list of recently opened documents.
SNMP constants
List of constants used by the SNMP functions....
Native MariaDB Connector: Specific features
The Native MariaDB Connector creates "InnoDB" tables to support locks and transactions on a MariaDB...
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control....
Native MySQL Connector: Specific features
The Native MySQL Connector (also called "Native MySQL Access") creates "InnoDB" tables to support...
Drawer control properties
List of properties associated with the Drawer control...
notificationCategory (Type of variable)
The type notificationCategory makes it possible to define all the advanced characteristics...
Error 111: The Pascal string %1 is too long
Events associated with supercontrols
List of events associated with supercontrols...
Radio Button control properties
List of properties associated with a Radio Button control...
Event (Function)
Intercepts a Windows event on a control, a group of controls or a WINDEV window.
Using a query with parameters
A query with parameters can be used......
The "Modifier"pane
The "Modifier" pane is used to view and/or modify, from the window editor, page editor or report...
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary:...
PageRateDDW (Function)
Allows you to find out and modify the rate of gray for the pages that use DDW (Dim disabled pages).
AddColumn (Function)
Adds a column at the end of a two-dimensional array property (xlsDocument variable for example]).
Handling Spreadsheet controls programmatically (in a window)
Spreadsheet controls can be handled programmatically......
RightIndent (Property)
The RightIndent property is used to get and change the space to the right of the text in a control.