ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Source>.LogInfo (Function)
Adds comments to the log when saving the operation.
Frequently asked questions about HFSQL Cluster
Frequently asked questions about HFSQL Cluster....
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
Global procedure/function
A global procedure can be used in all the processes or events of the project....
Docker image of the WEBDEV Application Server
From with version 24, a Docker container with the WEBDEV Application Server can be found in Docker Hub......
Constants for managing projects
List of constants used by the functions for managing projects....
Manager of automated tests
The test manager is used to......
The Internal Page control
The "Internal Page" control is used to include a page (and its code) in a control of another page......
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
WDModFic: Tool for automatic modification of tables
WDModFic is a tool for automated modification of tables on development and end-user workstations......
<Source>.FileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
CtUserName (Property)
The CtUserName property sets the username used to connect to a specific table via OLE DB.
<Source>.DescribeFile (Function)
Describes a table programmatically.
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
<Connection variable>.FileExist (Function)
Finds out if a file exists, i.e. if it has been physically created (HCreation or HCreationIfNotFound).
OrganizerAddAppointment (Function)
Adds a new appointment to an Organizer control.
WinRefreshVisible (Function)
Modifies or returns the visibility state of the refresh bar in a window.
grClearPict (Function)
Erases the chart drawing (in an Image control or in a window).
Geolocation functions/GPS
The following functions are used to handle geolocation data and to control GPS devices......
HRSIgnoreError (Function)
Ignores errors so that replication between HFSQL servers can continue to run.
LooperAddInProgress (Function)
Gets or sets the display mode of the internal loading window used when additional elements are loaded in an Infinite Looper control.
Query editor: Characteristics
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......