ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Dashboard>.Display (Function)
Refreshes elements in a Dashboard control.
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position:
  • for a field linked to a file: changes made to the linked data file are reflected in the field..
  • for a programmatically manipulated field: calculated columns are re-calculated.
<List Box>.Display (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
DashDisplay (Function)
Refreshes elements in a Dashboard control.
SMSSend (Function)
Sends an SMS.
Software Factory: Setup
To use the software factory, a coordinator must be installed on a computer as well as the different robots that will perform the tasks found in the action plans....
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
GuidedTourStepChange (Function)
Modifies the current step of the guided tour.
grSourceSeries (Function)
Defines the source of a series.
ExplorerRetrieve (Example)
Usage example of the ExplorerRetrieve function
ExplorerAccept (Example)
Usage example of the ExplorerAccept function
HCopyFile (Example)
Usage example of the HCopyFile function
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....
WEBDEV license agreement
WEBDEV license agreement...
KioskDisable (Function)
Disables kiosk mode for the current application.
Operations performed on state-transition diagrams
The following paragraphs explain......
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
MyReport (Reserved word)
MyReport is used to handle the current report...
DDE constants
List of constants used by the DDE functions...
TwainListSource (Function)
Returns the list of drivers for the Twain devices connected to the current computer.
HListConnection (Function)
Returns the list of connections currently described in the application.
GestureNbPointer (Function)
Returns the number of pointers in contact with the screen.
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
Operating mode of dynamic Active WEBDEV Pages
dbgCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
dbgCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
Exporting elements to a directory
All the elements handled by a project (window, report, classes, set of procedures, queries, ......