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.
gglOverride (Type of variable)
The gglOverride type is used to define information about event notification overrides.
SQLCode (Property)
The SQLCode code property is used to get the SQL code of a query created with the query editor (".WDR" file).
Constants for managing the User Groupware
List of constants used by the functions for managing the User Groupware....
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
Create the help system in WINDEV, WEBDEV or WINDEV Mobile
These are the main steps to create a help file (HTML, CHM or PDF)......
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
WINDEV Mobile License Agreement
WINDEV Mobile License Agreement...
Monitoring robot: Creating a check
The monitor of the monitoring robot is used to create the different checks that must be performed by the monitoring robot......
ImageInfoClose (Function)
Closes the image file (in JPEG or TIFF format) used by ImageInfoValue and/or ImageInfoList and frees the image from memory....
ConfigureAWPContext (Function)
Configures the operating mode of the AWP context.
LoadImageSheet (Function)
Loads an image set in memory so that it can be used later by gImage.
StartShare (Function)
Opens a popup allowing you to select the application that will be used to share a resource (text or document).
GOTO statement
The GOTO statement is used to run a code identified by a given label...
HBuildKeyValueANSI (Function)
Regardless of the platform used, the data stored in the HFSQL files is in ANSI format.
EmailReadNext (Example)
Usage example of the EmailReadNext function
2. WEBDEV administrator in practice
URL (Property)
The URL property is used to get and change a URL.
Border (Property)
The Border property is used to get and change the borders of an element.
GetActiveObject (Function)
Allows to use an Automation object already started on the current computer.
Action Bar properties
You can manipulate Action Bars in a window using the following WLanguage properties.
Sharing internal components (via SCM)
An internal component is a set of elements from a project......
Compiling and testing the help system
It is necessary to compile the help to create a file based on the information entered in the help editor......
Configuring the automatic modification of data files
The automatic data file modification updates the description of data files on user computers......
Project Management Hub: Configuration
All contributors must provide details about their work schedule so that project management tools reflect reality......
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......