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.
3-tier architecture
The development in "3-tier" architecture is now simplified......
The HTML Display control
The HTML Display control displays a web page in an application......
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo...
Replication of HFSQL servers (Programming)
To implement a replication of HFSQL servers through programming, WLanguage......
SendKey (Function)
Simulates the keystrokes and the mouse actions.
Events associated with windows
List of events associated with windows...
Installing an HFSQL Client/Server server with an application
When creating the setup program of a WINDEV application using HFSQL Client/Server data files,...
2. Deploying a website via HTTP
WEBDEV Tutorial - Website deployment Lesson 2 - Deploying a website via HTTP - 30 min
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
AttachPointAdd (Function)
Defines an attach point for one of the two extremities of a Wire control.
DnDEvent (Function)
Indicates the procedure to run during an event of Drag/Drop....
DnDIsDataAvailable (Function)
Checks whether a specific type of data is available during Drag/Drop....
Various constants
List of various constants used by the constants WINDEV functions....
Project description: Files tab
The project description window allows you to configure various elements of your project......
GanttTask (Type of variable)
The GanttTask type is used to define the advanced characteristics of a task for a Gantt chart.
Drop-down button
The drop-down button expands: a context menu. a popup window....
UUID (Type of variable)
The UUID type is used to easily manage: UUIDs or GUIDs, automatic UUID HFSQL identifiers,...
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
Opacity (Property)
The Opacity property is used to get and define the opacity percentage for a window, or for controls...
Size (Property)
The Size property is used to determine and change the size of an element.
EXE constants
List of constants used by the functions for managing executables....
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
Events associated with Button controls
List of events associated with Button controls...
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
Properties associated with windows, pages and controls
List of properties associated with windows, pages and controls...