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 key items
Keys are specific items in your analysis......
Token (Property)
The Token property is used to manage the different tokens associated with a "Text token" Edit...
Handling a Web Component control through programming
HFConf.Ini file
The HFConf.INI file is found at server root. This file is used to define several characteristics...
Address (Property)
The Address property is used to: Establish a connection between the Conference control...
Properties associated with the attributes of a Looper control
The attributes of a Looper control found in a window or in page can be handled by the WLanguage...
WebserviceWriteHTTPHeader (Function)
Adds an additional HTTP header to a request of a REST Webservice.
Handling Bar Code controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Bar Code controls......
beaconGroup (Type of variable)
The beaconGroup type is used to define the advanced characteristics of a set of Beacons.
Page (Property)
The Page property is used to handle the page loaded in the WEBDEV Page control.
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current...
grSurfaceMarksCaption (Function)
Allows you to specify the mark caption for a Surface chart.
grScatter3DMarkCaption (Function)
Used to specify the mark caption for a 3D Scatter chart.
FinCurrentVal (Example)
Usage example of the FinCurrentVal function
<Connection variable>.SetServer (Function)
Used to find out and modify some settings of HFSQL Client/Server server....
<Chart>.Parameter (Function)
Retrieves or modifies a chart parameter.
xlsRecalculateAll (Function)
Recalculates all formulas in an Excel (XLSX) document.
<HTML Display control>.ControlValue (Function)
Used to identify or modify a control in an HTML form contained in an HTML Display control.
Slider control properties (in a page)
A Slider control and a Range Slider control found in a page can be handed in WLanguage...
Events associated with Internal Page controls
List of events associated with internal pages and Internal Page controls
Reals
Programming the looper attributes
All the looper attributes can be handled by programming......
NotesViewSeekLast (Function)
Seeks the last document found in the current view in Lotus Notes.
NotesViewSeekFirst (Function)
Seeks the first document found in the current view in Lotus Notes.
grSunburstAddData (Function)
Adds a data to a Sunburst chart.