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.
Multiline Zone control properties
A Multiline Zone control and the lines of a Multiline Zone control can be handled in a window...
Page constants
List of constants used by page functions....
Variable Description (Type of variable)
The Variable Description type is used to get information about a variable or a member.
EventTimeline (Type of variable)
The EventTimeline type is used to define the advanced characteristics of an event displayed...
Programming custom calculations in Table controls
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
docTabulation (Type of variable)
The docTabulation type is used to define the characteristics of a custom tabulation.
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external...
MySelf (Reserved word)
MySelf is used to handle the current control...
ControlClone (Function)
Creates a new control from an existing control.
Locking data files: correspondence between WINDEV 5.5 and the later versions
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
sfLeadConvert (Type of variable)
The sfLeadConvert type is used to describe the conversion parameters of a lead...
Animation management functions
WINDEV proposes several WLanguage functions for managing animations......
API (Function)
Runs a function found in an external DLL.
Constants for encryption/compression
List of constants used by the encryption/compression functions...
Constants for managing XML documents
List of constants used by the functions for managing XML documents....
Native PostgreSQL Connector: Specific features and remarks
Remarks and specific features of Native PostgreSQL Connector......
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed...
JSONToVariant (Example)
Usage example of the JSONToVariant function
sfObject (Type of variable)
The sfObject type is used to describe a record of a SalesForce file...
The RTF edit control: Automatic formatting toolbar
In RTF Edit controls, a formatting toolbar can now be automatically displayed when the control...
GetDefinition (Function)
Retrieves the definition of element type.
mlzInsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
restResponse (Variable type)
The restResponse type is used to define all the advanced characteristics of a REST response.