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.
Notification (Type of variable)
The Notification type is used to handle the local notifications or the push notifications.
WINDEV and OPC
OPC stands for "OLE for Process Control"......
Looper controls populated programmatically: Operations in WLanguage
Here is an overview of how to handle Looper controls populated programmatically in WLanguage....
ProgressBar (Function)
Displays a progress bar in the status bar of current window.
Random (Function)
Returns a random number.
Chart control: "General" tab
In all the editors (window, page or report), the "General" tab of the Chart control description...
Handling List Box controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls....
SSLActive (Function)
Used to enable or disable the secure SSL mode.
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table,...
The SOAP structure
To pass parameters to a procedure run on a SOAP server, WINDEV is using the following structure......
Image control properties
The Image controls include properties that can be handled in WLanguage both in the windows...
Managing the SNMP protocol
SNMP (Simple Network Management Protocol) is the standard protocol for managing the network...
Gesture variable
The Gesture variable is used to retrieve the gesture parameters (swipe)......
hbScanParameter (Type of variable)
The hbScanParameter type is used to define the parameters for iterating over the records...
Link control properties
The Link control is available in a page and in a report......
Rating control properties
The Rating control can be used in a window as well as in a page....
Looper control properties
You can manipulate Looper controls in a window or page using the following WLanguage properties......
Tiff (Type of variable)
The Tiff type is used to define the advanced characteristics of a TIFF image.
BottomIndent (Property)
The BottomIndent property gets and sets the space at the bottom of the text (bottom margin)...
Event (Type of variable)
The Event type is used to define all the advanced characteristics of an event: birthday, saint's...
Option Description (Type of variable)
An Option Description variable is used to handle the characteristics of a combination option...
Managing the Euro
Since January 1 2002, the Euro becomes the only currency in most European countries......
Flexbox example: ratios to distribute available space among controls
In a flexbox container, you can define ratios for the different controls so that they take...
sComputeCrc16 (Function)
Checks a character string before and after transmission between WINDEV applications...
LDAPRenameAttribute (Function)
Renames an attribute.