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.
The Bar Code control
The Bar Code control displays bar codes in your windows, pages or reports......
API description (Type of variable)
An API Description variable is used to describe an API, its parameters, its return value...
grPointType (Function)
Modifies the shape of point for a specific category or value found in a Line, Area, Scatter...
hbCell (Type of variable)
... value) in an HBase table.
<Chart>.PointType (Function)
Modifies the shape of point for a specific category or value found in a Line, Area, Scatter...
HTMLFindElementByName (Function)
Searches for elements whose "name" attribute matches a specific value in an HTML document...
PageCloseDialog (Function)
Closes the current page. This page was opened by PageDisplayDialog. A return value can be returned...
HTMLFindElementByID (Function)
Searches for the element whose "ID" attribute matches a specific value in an HTML document...
HTMLFindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML document...
<Source>.BuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search...
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value...
HBuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search...
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure...
HErrorModification (Function)
Used to: return the value of a record item if a modification conflict occurs. check...
The Slider control (in a window)
A slider control is used to select a value between two bounds......
The Spin control
A Spin control is used to increase or reduce a value found in a control......
ZAxisMax (Property)
The ZAxisMax property gets the maximum value of the Z-axis in a Chart control (Surface chart).
ZAxisMin (Property)
The ZAxisMin property gets the minimum value of the Z-axis in a Chart control (Surface chart).
DeclareAWPContext (Function)
Used to declare a list of variables whose value will be persistent between the successive displays...
SysIconBadge (Function)
Returns or modifies the value displayed in the badge associated with the icon of an iOS...
<Source>.Reset (Function)
Initialize: one or all variables of file items with their default values. one or all items...
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items...
MinZoom (Property)
The MinZoom property is used to get the minimum zoom value that can be used for the Camera control...
MaxZoom (Property)
The MaxZoom property is used to get the maximum zoom value that can be used for the Camera control...
iCloudKeyValueExist (Function)
Checks if there is a key in an Apple iCloud-based container of "key-value" pairs.