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.
SourceFromWindow (Function)
from the controls in the window. the value of the WLanguage variables with the value of the window controls....
<Source>.FromWindow (Function)
from the controls in the window. the value of the WLanguage variables with the value of the window controls....
StatMin (Function)
Calculates the minimum value for a series of values.
LDAPReplaceAttribute (Function)
Replaces all the values of an attribute by a specific value.
StatMax (Function)
Calculates the maximum value for a series of values.
AssociatedValue (Property)
The AssociatedValue property is used to get the associated value.
<Source>.SeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal...
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal...
Binding a Scrollbar control to an item
A scrollbar can be bound to an item in a data file, query, etc....
Error 20: The variable of the FOR loop should be a real
<Source>.SeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal...
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal...
List,Get (External language)
Retrieves the value of a given element or the value of the selected element in a drop-down list...
<Source>.ReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal...
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal...
Unicode (Property)
The Unicode property is used to: Determine if the value of a control is a Unicode string....
iCloudKeyValueWrite (Function)
Stores the value of a key in an Apple iCloud-based container of "key-value" pairs.
iCloudKeyValueRead (Function)
Reads the value of a key in an Apple iCloud-based container of "key-value" pairs.
Binding a Slider control to an item
A Slider control can be bound to an item in a data file, query, etc....
<Window>.ToFile (Function)
with the values of these controls. the value of the WLanguage variables with the value of the window controls....
gToRetrieve (Function)
Describes the text value to display and to return when retrieving the value of an element found...
EmptyIfZero (Property)
The EmptyIfZero property is used to: Find out the management mode of zero value in a control....
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater...
<Source>.Seek (Function)
Positions on the first record of the data file whose value for a specific item is greater...
Binding a Progress Bar control to an item
A Progress Bar control can be bound to an item in a data file, query, etc....
1
2
3
4
5
6
82
>