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.
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
TopIndent (Property)
The TopIndent property is used to get and change the space at the top of the text (top margin)...
RegistryRename (Function)
Renames a key in the registry.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
BurnerErase (Function)
Erases the files found on a rewritable CD or DVD.
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Cookie (Type of variable)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.
6. How to display an AWP site
An Active WEBDEV Page is a dynamic WEBDEV page without persistent context on the server....
Modifying the characteristics of report controls
The characteristics of the controls can be viewed and/or changed in......
HSuggestKey (Function)
Returns a list of keys to add to data files to improve query performance.
HTMLControlValue (Function)
Used to identify or modify a control in an HTML form contained in an HTML Display control.
LDAPStartAdd (Function)
Initializes the addition of a new object into an LDAP server.
dClear (Function)
Clears the content of an Image variable or Image control and fills it with the specified color.
Point (Type of variable)
A Point variable is a structured type that is used to represent a position (X, Y) in 2 dimensions.
Static control properties
List of properties associated with a Static control...
SNMPTrapEnable (Function)
Enables the interception of an SNMP "trap" sent by an agent.
Properties associated with the rows of a TreeView Table control
The rows of TreeView Table controls in a window or page can be manipulated using WLanguage...
WebAddress (Type of variable)
The WebAddress type is used to define the advanced characteristics of a site address as well...
Properties associated with formatted display controls
The formatted display control includes some properties that can be used......
JSProperty (Function)
Used to handle specific features on the objects found in the current page.
LDAPValidateAdd (Function)
Validates the addition of a new object into an LDAP server.
HRetrieveLog (Function)
Creates a text file containing the server logs between two given dates.
Associative array (Type of variable)
An associative array is an "advanced" type of array...
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format...