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.
ParallelTaskConfigure (Function)
Modifies the parameters of parallel tasks.
APIConfigure (Function)
Modifies the options for calling API and CallDLL32.
grTooltip (Function)
Displays and formats: the tooltip associated with each section of a chart (section of a pie...
rssCategory (Type of variable)
The rssCategory type is used to handle the category of a RSS stream or stream entry.
SQL functions: Special case
List of SQL functions: Special case...
WLanguageCodeFormatting (Type of Variable)
The type WLanguageCodeFormatting allows you to define all the setting parameters in Geometry...
grWaterfallCategoryType (Function)
Indicates the category type of a Waterfall chart.
PageEnableDDW (Function)
Enables or disables the DDW (Dim Disabled Window) when displaying a modal page (the pages used...
FinDecreasingRedemption (Example)
Usage example of the FinDecreasingRedemption function
OAuth2Parameters (Type of variable)
The OAuth2Parameters type is used to define the information required to authenticate on a web...
DeleteParameter (Function)
Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via...
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
InsertColumn (Function)
Inserts a column at a given position into an advanced two-dimensional array property (xlsDocument, ...).
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
SysRecentDocAdd (Function)
Adds a file into the list of recently opened documents.
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
H.ErrIgnore (Variable)
Specifies the mode for processing the errors: the errors are processed by WINDEV the errors...
Thumbnail control properties
List of properties associated with the Thumbnail control...
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
ProgressBarEnable (Function)
Enables the refresh of a Progress Bar via Ajax.
TwainProperty (Function)
Used to find out or modify the properties of the current Twain device.
Compile (Example)
Usage example of the Compile function
Structure of log files (HFSQL Client/Server)
The following files are automatically created when logging an HFSQL Client/Server data file......