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.
LineSpacing (Property)
The LineSpacing property gets and sets the line spacing for variables of type Font.
Sidebar control properties
List of properties associated with the Sidebar control...
Carousel control properties
List of properties associated with the Carousel control...
Spin control properties
List of properties associated with the Spin control...
WEBDEV Page control properties
The following properties are associated with WEBDEV Page controls ......
TreeMap control properties
A TreeMap control can be handled in a window by the following WLanguage properties.
Constants for managing masks
Item control properties
List of properties associated with the Item control...
Image Editor control properties
You can manipulate Image Editor controls in a window using the following WLanguage properties......
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows...
Handling Ribbon controls programmatically
WINDEV allows you to programmatically handle Ribbon controls, as well as their tabs and groups....
Control (Type of variable)
The Control type is used to define the characteristics of a control.
HTML Editor control constants
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile....
The Looper control: Custom synchronization
How to manage the synchronization between: the page displayed in the browser. This page...
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running...
BrowserPlatform (Function)
Returns the user's browser platform....
Financial constants
List of constants used by the financial functions....
XMLElementName (Function)
Returns the name of current element (tag or attribute).
XMLElementType (Function)
Returns the type of current element (tag or attribute).
RTFSelection (Function)
Modifies or lists attributes of text currently selected in an control RTF (from a window or report...
Properties associated with a page
Range Slider control properties
The following properties are associated with the Range Slider control:...
Scrollbar control properties
List of properties associated with the Scrollbar control...
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control...
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......