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.
3. Multi-criteria search
WINDEV Tutorial: WINDEV application: Managing data Lesson 3 - Multi-criteria search - 40 min
Handling a Linear Looper control through programming
WEBDEV allows you to handle a Linear Looper control through programming....
HTTPCookieWrite (Function)
Adds or modifies a cookie in an HTTP request.
Automatic feature for copying forms
When typing several copies of a form one after another, some of the information to type may...
iPrintReport (External language)
Prints a report created with the report editor.
ChronoReset (Function)
Stops and resets a running stopwatch.
ListMoveLine (Function)
Moves a row or swaps two rows in a List Box or Combo Box control.
MarkerImage (Type of variable)
The MarkerImage type is used to customize the image associated with a marker or a marker cluster...
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
LooperInsertLine (Function)
Inserts a row into a Looper control.
RGB (Function)
Defines a color from its Red, Green and Blue components.
grScatterAddDataXY (Function)
Adds a data into a "Scatter" chart.
WLanguage properties available in PHP
The following properties are available in PHP...
HListLink (Function)
Returns the list of links (Merise) in the current analysis or in a specific analysis
mongoOperationsOption (Type of variable)
The mongoOperationsOption type is used to define the options of bulk operations.
Ribbon control properties
The WLanguage properties can be used to handle: a Ribbon control found in a window. a pane...
Properties associated with Combo Box controls that display a table
AAF: Automatic filter on the columns of Table controls
The user can filter the content of a Table control by displaying the records corresponding...
emailPOP3Session (Type of variable)
The emailPOP3Session type is used to access a messaging server by using the POP3 protocol (Post...
ListSort (Function)
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically.
emailIMAPSession (Type of variable)
The emailIMAPSession type is used to access a messaging server by using the IMAP protocol (Internet...
ParallelTask (Type of variable)
The ParallelTask type is used to handle a task, which means a procedure run by a thread...
HPrevious (Function)
Positions on the previous file record according to a browse item.
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
HNext (Function)
Sets the position on the next data file record according to a browse item.