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.
11. Table/Looper controls
Table/Looper controls can be used to display a set of information......
FileDisplay (Function)
Displays a file in the browser of Web user.
Looper control linked to a data file
A Looper control can be used to display the content of a data file or query......
ChangeSourceWindow (Function)
Dynamically changes the window displayed in an Internal Window control. Scrolling internal...
SecurePassword (Type of variable)
The SecurePassword type is a structured type used to obtain a secure, hashed and salted password.
Orientation (Property)
The Orientation property is used to: Get the angle (in degrees) of a Font variable. Modify...
Non-maximized windows for Android
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
hBackupDescription (Type of variable)
The hBackupDescription type is used to programmatically describe an HFSQL Client/Server backup....
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
LDAP constants
List of constants used by the LDAP functions....
WinInitialized (Function)
Used to find out whether the "end of initialization" code was run for a window.
grMask (Function)
Formats the data displayed by grLabel or by grTooltip.
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
Accessing an LDAP directory
An LDAP directory is used to share information databases on a local or external network....
OrgElement (Type of variable)
The OrgElement type is used to define the advanced characteristics of an element found...
The Pivot Table control
The Pivot Table control dynamically displays data coming from the crosscheck of different files...
ExecuteUpdateUI (Function)
Immediately executes the "Request for refreshing the display" event of the window, page, internal...
TableListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table...
beaconDetectionInfo (Type of variable)
The beaconDetectionInfo type is used to describe information relative to a Beacon detected...
ExecuteRefreshUI
Immediately executes the "Request for refreshing the display" event of the window, page, internal...
Managing context menus in a WINDEV or WINDEV Mobile application
A context menu can be opened by the user via a right mouse click......
External language: Programming in Java
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
External language: Programming in COBOL
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
External language: Programming in C#
We are going to call the elements developed in WINDEV (project, windows, analysis, ......