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.
AppointmentAdd (Function)
Adds an appointment: in a Lotus Notes or Outlook calendar. in a calendar on a mobile device (Android or iOS)....
Y (Property)
The Y property is used to get and change the the Y-coordinate of an element.
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
Generating and deploying 64-bit applications
WINDEV allows you to automatically generate and install a 64-bit application.
gglMapParameter (Example)
Usage example of the gglMapParameter function
SSH constants
The following constants are used to manage an SSH server:...
WinRateDDW (Function)
Gets and sets the dimming rate for windows that use the DDW (Dim Disabled Windows) feature.
Query technical documentation
The query editor automatically creates a technical documentation for each query......
Automated tests of procedures and classes
The automated tests of procedure or class are used to test the different features proposed by the procedure or by the class......
Constants for external files
List of constants used by the functions for managing external files....
NetClientMessageBox (Example)
Usage example of the NetClientMessageBox function
Native SQL Server Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model analysis......
UMC: Implementing and managing the "User Macro-Codes"
Regardless of the skill of the development team, the end user will always want to do something that has not been planned for......
BurnerList (Example)
Usage example of the BurnerList function
Translucent effect of windows
Depending on the style of your applications, the border of your windows can be translucent......
1. Examples provided with WINDEV Mobile
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
Creating anchors
The anchors are used to define specific points in a help page......
WDStatistics: Configuring the WEBDEV administrator
To create the log files required to calculate the statistics for site traffic, a specific setting must be performed in the WEBDEV administrator......
MatError (Example)
Usage example of the MatError function
User Groupware: Configuring the site
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
HListFile (Example)
Usage example of the HListFile function
EmailReadLast (Example)
Usage example of the EmailReadLast function
WBSetup: Managing additional languages
The "WBSetup" project corresponds to the standard setup program of WEBDEV sites......
dAlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.