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.
RegistryQueryValue (Function)
Reads a value in the Windows registry.
RegistryDeleteValue (Function)
Deletes a value from the Windows registry.
FinCurrentVal (Function)
Returns the current value of investment.
FinFutureVal (Function)
Returns the future value of an investment.
MatRead (Function)
Reads the value of a matrix element.
CertificateExtractExtensionValue (Function)
Returns the value of a certificate extension.
MatFloatAdd (Function)
Adds a value to each matrix element.
MatFloatMultiply (Function)
Multiplies each matrix element by a value.
grIncreaseData (Function)
Adds a value to a data in a chart.
LDAPDeleteAttributeValue (Function)
Deletes a value of a specified attribute.
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values...
DefaultValue (Property)
The DefaultValue property is used to: Find out the default value of an item. This item...
Native Oracle Connector: Running the same query several times
In some cases, it may be useful to run the same query multiple times while modifying one...
HSaveParameter (Function)
Saves a persistent value on the HFSQL server.
IntToHexa (Function)
Returns the hexadecimal string of a numeric value.
LocalStorageValueName (Function)
Returns the name of a value for the local storage.
RegistryValueType (Function)
Returns the type of value found in the registry.
HexaToInt (Function)
Returns the numeric value of a hexadecimal string.
EnumerationFromName (Function)
Returns an enumeration value known by its name.
TelemetryAddMeasure (Function)
Adds a measure for a value or time sensor.
grSunburstGetData (Function)
Retrieves a numeric value from a Sunburst chart.
mlGetVariable (Function)
Retrieves the value of a variable for the MATLAB session.
mlSetVariable (Function)
Writes the value of a variable for the MATLAB session.
LooperSearchEverywhere (Function)
Searches for a value in all the attributes of a Looper control.
1
3
4
5
6
7
82
>