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.
BitwiseAND (Function)
Returns the result of the bitwise AND between two values.
StatCovariance (Function)
Calculates the covariance between two series of values.
StatStandardDeviation (Function)
Calculates the standard deviation for a series of values.
LDAPReset (Function)
Reinitializes the LDAPSession structure with the default values.
RegistryCopyKey (Function)
Copies a registry key with all its subkeys and values.
StatVarianceP (Function)
Calculates the variance for a full series of values.
Alias (Property)
The Alias property gets the alias of an element.
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
InputValue (Property)
The InputValue property is used to: find out whether the end user can enter or change values...
<Window>.FromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items...
<Page>.FromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current...
WindowFromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items...
<Source>.ToWindows (Function)
Automatically initializes the controls of a window with: the values of the bound items...
SourceToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current...
SourceToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items...
Timestamp (Property)
The Timestamp property is used to manage the timestamp of values.
AnimationPlayOnControlProperty (Function)
Animates the modification of an integer property between 2 values.
Record (Type of variable)
The Record type is used to save the values of a record.
grHMColor (Function)
Specifies the colors of different values in a Heatmap chart.
FOR EACH/FOR ALL statement (browse of combinations)
The FOR EACH statement is used to browse the available values in the combinations.
FOR EACH/FOR ALL statement (browse of enumerations)
The FOR EACH statement is used to browse the available values in the enumerations.
MemcacheGet (Function)
Retrieves the values of keys stored on a Memcached server.
<Looper>.Modify (Function)
Changes the values of the attributes in a row of a Looper control.
<Looper>.ModifyLine (Function)
Changes the values of the attributes in a row of a Looper control.
<Chart>.HMColor (Function)
Specifies the colors of different values in a Heatmap chart.