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.
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.
Operations in a Select query
The query editor allows you to perform operations on the values of an item...
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.
Max (Function)
Returns the greatest value passed as parameter.
<Array>.Min (Function)
Returns the lowest value in the array.
Min (Function)
Returns the lowest value.
<Source>.ReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal...
<Source>.ReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought...
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal...
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought...
NullIfEmpty (Property)
The NullIfEmpty property is used to: Find out whether the value returned by the control is NULL...
iCloudKeyValueWatch (Function)
Defines the procedure called when the value of a key is changed in an Apple iCloud-based container...
Enumeration (Type of variable)
An enumeration is a set of values......
Get (External language)
Retrieves the value of a control.
LoadParameter (Function)
Reads a persistent value.
Handling a control through programming in a report
All report controls can be handled through programming......
List,Search (External language)
Finds a value in a list.
ReturnedValue (Property)
The ReturnedValue property is used to: Get and change the value returned by a window, page...
Arithmetic operators
The arithmetic operators are......
RichEdit (Property)
The RichEdit property is used to manage the RTF (Rich Text Format) type: of an edit control...
Binding a Spin control to an item
A Spin control can be bound to an item in a data file, query, etc....
Screen,Get (External language)
Retrieves the value in a control or in a variable.
LocalStorageGet (Function)
Retrieves a value from the local storage.
LocalStorageDelete (Function)
Deletes a value from the local storage.
MemcachedIncrement (Function)
Increments the value associated with a key.
<Chart>.IncreaseData (Function)
Adds a value to a data in a chart.
<Certificate variable>.ExtractExtensionValue (Function)
Returns the value of a certificate extension.
VariableReset (Function)
Resets the variable to its initial value.
1
2
3
4
5
6
82
>