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.
HFSQL server replication
The replication between HFSQL servers consists in automatically replicating the data from server...
ArrayAdd (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array...
Events associated with Combo Box controls
List of events associated with Combo Box controls...
Constants for managing Table, Treeview Table, Looper and List Box controls
List of constants used by the functions for managing Table, TreeView Table, Looper and List Box...
Handling a .NET 3.0, 4.0 control, ... (WPF) through programming
WINDEV enables you to handle a .NET 3.0, 4.0 control, ... (WPF) by programming......
BrightnessModify (Function)
Modifies the setting of the brightness for the device screen.
Add (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array...
Showing passwords (AAF)
By default, in password controls, characters are replaced with dots......
EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES,...
SessionPrologue (Function)
Enables or disables a WLanguage procedure called on each request in a session.
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
DDE constants
List of constants used by the DDE functions...
Managing the required input in WEBDEV
To prevent users from leaving a control empty, you can set it as a required field......
InfoThumbnailGeneration (Property)
The InfoThumbnailGeneration property is used to determine if the thumbnails of an item...
XMLOut (Function)
Used to find out whether the element (tag or attribute) on which we want to be positioned...
PDF Reader control properties
You can manipulate PDF Reader controls in a window using the following WLanguage properties......
ListView control properties
List of properties associated with the ListView control...
Wire control properties
A Wire control can be handled in a window by the following WLanguage properties......
TimeLine control properties
A TimeLine control can be handled in a window by the following WLanguage properties.
Properties associated with the areas defined in Zoning mode
Flex control properties
The Flex control can be handled by the WLanguage properties in server code and in browser code......
Popup control properties
Rectangle (Type of variable)
A Rectangle variable is a structured type that is used to represent a rectangle (X, Y, Width,...
Report with parameters
When printing a report, you have the ability to pass parameters to this report......
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.