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.
Operations performed on use case diagrams
The following paragraphs explain......
ChangeAction (Example)
Usage example of ChangeAction
WDOptimizer: Canceling/Freeing records in transaction
WDOptimizer is used to......
HClusterState (Function)
Returns the status of an HFSQL cluster by interrogating its coordinator.
fCurrentDir (Example)
Usage example of the fCurrentDir function
Constants for managing the spell check
CursorCapture (Example)
Usage example of the CursorCapture function
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
HClusterStart (Function)
Starts an HFSQL cluster. This cluster was stopped beforehand (by HClusterStop for example).
UploadDeleteAll (Function)
Clears the list of files to upload: no file will be uploaded on the server.
Resource
The Resource property is used to manage the resource associated with an appointment.
Weight (Property)
The Weight property is used to get and change the weight of an element.
Creating an action plan
The action plans group all actions that will be performed by the software factory....
Telemetry: Configuring the WINDEV and WINDEV Mobile applications
To use the telemetry in a WINDEV or WINDEV Mobile application, you must......
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
FBStartSession (Function)
Used to authenticate and log in to Faceboook.
UploadDelete (Function)
Deletes a file from the list of files to upload: the file will not be uploaded on the server.
Zoom (Property)
The Zoom property is used to determine and change the zoom applied to an element.
MatCreate (Example)
Usage example of the MatCreate function
MatStack (Example)
Usage example of the MatStack function
gFont (Function)
Builds a sequence of characters describing the font that will be used for the text.
WDModFic : Tool for automatic modification of data files
WDModFic is a tool used to perform the automatic modification of the data files found on the development computer and on the end-user computers......
Time (Type of variable)
The Time type is used to easily handle the times...
Emulating constants
List of constants used by the functions for emulating automated tests....
Deploying an action plan
Once created, the action plans must be deployed in order to be run.