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.
Native Oracle Connector: Specific features and remarks
Remarks and specific features of the Native Oracle Connector...
pdfSignature (Type of variable)
The pdfSignature type is used to define the advanced characteristics of the signature that will...
Check Box control properties
Several WLanguage properties can be used on the Check Box controls found in a window, in a page...
Combo Box control properties
You can manipulate Combo Box controls in a window or page using the following WLanguage...
Scheduler control properties
A Scheduler control found in a window or in a page can be handled in WLanguage by the following...
Table control properties
A Table control found in a window or in a page can be handled in WLanguage by the following...
Properties associated with a supercontrol
List of properties associated with a supercontrol...
<Source>.HistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can...
RegistrySetValue (Example)
Usage example of the RegistrySetValue function
RegistryCreateKey (Example)
Usage example of the RegistryCreateKey function
RadioButtonAdd (Function)
Adds a new option into a Radio Button control.
Diagram (Type of variable)
The Diagram type is used to define all the advanced characteristics of a diagram that can be edited...
picText (Type of variable)
The picText type is used to define all the advanced characteristics of a Text layer.
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
Captcha control properties
The Captcha control can be handled by the WLanguage properties in server code and in browser code.
Phone (Type of variable)
The Phone type is used to handle a phone number as well as its type (home, work, ...).
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed...
WEBDEV: Improving accessibility
To make your WEBDEV sites accessible to the visually impaired, simply enter specific attributes...
Sliding Banner control properties
The WLanguage properties can be used to handle ......
Properties associated with a group of controls
Several WLanguage properties can be used on a group of controls found in a window, in a page...
StatMax (Example)
Usage example of the StatMax function
StatMin (Example)
Usage example of the StatMin function
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file...
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...