ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with a Gantt Chart column
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....
FileToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
HChangeName (Function)
Modifies the physical name of a data file.
Using layouts in WINDEV and WINDEV Mobile
The layout is used to define several views of a window in the same project without duplicating this window......
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
EXE constants
List of constants used by the functions for managing executables....
Summary table: Installing an application developed in WINDEV
When developing an application, one of the important steps consists in deploying this application on the user computers......
HTTPRequest (Function)
Starts an HTTP request on a server.
GglDelete (Function)
Deletes data from the Google server.
CheckBoxAdd (Function)
Adds a new option into a Check Box control.
Native SQL Server Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQL Server Connector......
3. Deploying a WINDEV application
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used in a control....
SQLFirst (Function)
Positions on the first row of the query result.
fDelete (Example)
Usage example of the fDelete function
DndTarget (Property)
The DndTarget property determines and changes how a control behaves in a drag-and-drop operation.
The Pivot Table control
The Pivot Table control dynamically displays data coming from the crosscheck of different files found in a database......
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
Dedicated Web server
When installing WEBDEV development version, if no Web server is available on the current computer, WEBDEV automatically installs one (IIS Express version 10). This server is automatically configured to work with WEBDEV....
System popup menu
The system popup menus are managed by the system (Android, Windows, ......
TimeToString (Function)
Converts a time to a string in the specified format.