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.
HIndex (Function)
Rebuilds the file index (".NDX" file).
rssTextInput (Type of variable)
The rssTextInput type is used to describe the input area of RSS stream...
ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.
URIGetInfo (Function)
Retrieves information of a URI resource.
InputType (Property)
The InputType property is used to identify or change the type of input supported by a control:...
ArrayDistinct (Function)
Returns an array without duplicates.
HTTP constants
List of constants used by the HTTP functions....
Peeling Corner control properties
Properties associated with the tab pane
A tab pane found in a window or in a page can be handled by the following WLanguage properties......
Appointment (Type of variable)
The Appointment type is used to define the advanced characteristics of an appointment: time,...
Bluetooth constants
List of constants used by the Bluetooth functions....
CallDLL32 (Function)
Runs a function found in an external DLL.
Creating and distributing Active WEBDEV Pages
To transform a page in Session mode into an Active WEBDEV Page:...
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types...
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server),...
rssIdentifier (Type of variable)
The rssIdentifier type is used to describe the unique identifier of a RSS stream entry...
Objective C: Calling a WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure...
Error 2109: You are using the ObjectInfo function
HImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model...
mongoFindOption (Type of variable)
The mongoFindOption type is used to define the advanced characteristics of a search in a MongoDB...
WLanguage procedure called by FTPListFile
Procedure ("Callback") called by FTPListFile for each file found.
AppleAdvertisingIdentifier (Function)
Returns the device's advertising identifier (iOS only)....
TableEnd (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
RTFToText (Function)
Returns the text without the formatting characteristics specific to the RTF format.
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).