ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableFormulaAdd (Function)
Adds a calculated row to a Table control by providing custom calculation procedures.
Null (keyword)
The "Null" keyword can correspond to:
DateTimeToReal (Function)
Converts a date and time to an 8-byte real.
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
The Dashboard control
Dashboards are essential elements in an application......
Application : automatically executed processes / events
Several actions are automatically performed when opening or closing an application....
gglContact (Type of variable)
The gglContact type is used to describe and modify a contact used by the Google Contacts service...
ToastDisplay (Function)
Displays a "Toast" message.
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
wsRequest (Type of variable)
The wsRequest type is used to define the advanced characteristics of a Webservice.
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
Remote WEBDEV administrator: Server parameters
The server administrator can define the server parameters via the remote administration tool......
Handling PDF Reader controls programmatically
A PDF Reader control can be handled through programming......
Modbus
Modbus is a "field" (industrial and/or restricted environments) communication protocol created in 1979......
Importing a WINDEV window into a WEBDEV site
The Windows windows developed with WINDEV......
ErrorPropagate (Function)
Propagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter).
Radial Bar chart
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
The log process
...A log is a special file that contains the history of all changes made to one or more data files over a given period of time (date the file was created, last automatic data modification, last backup created with WDLog, etc.)...
Programming custom calculations in Table controls
WDINT license agreement
WDINT license agreement...
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
AddLink (Function)
Adds a link to a text section in an edit control.
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
TestCheck (Function)
Writes a result into the status report of a test according to the result of a boolean expression.