ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NotifDeleteCategory (Function)
Deletes a notification category from the application.
CtInitialCatalog (Property)
The CtInitialCatalog property is used to get the default database defined for the access.
LogBackupDirectory (Property)
The LogBackupDirectory property is used to manage the backup directory of log files.
ImageInitialHeight (Property)
The ImageInitialHeight property is used to get and set the default height of the image created in an Image Editor control.
ImageInitialWidth (Property)
The ImageInitialWidth property is used to get and set the default width of the image created in an Image Editor control.
Assigning dependencies to requirements
The following steps must be performed to implement the requirements......
Count (Property)
The Count property returns the number of elements in a given set.
ServiceUninstall (Function)
Uninstalls a service.
Zoom in the different editors
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor......
Control (Type of variable)
The Control type is used to define the characteristics of a control.
1. Overview
Tutorial - Creating a website with back office processes Lesson 1 - Overview - 5 min
Font
The Font keyword can correspond to: a Font variable. the Font property....
ModbusConnectRTU (Function)
Connects a client to a Modbus slave via a serial port.
SourceKey (Property)
The SourceKey property sets the characteristics of a link.
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
The Wire control
The Wire control is used to visually link 2 controls......
EmailGetAll (Function)
Retrieves all the emails found on a server.
HConnect (Function)
Redefines one or more connection parameters via Native Connector (Access, SQL Server, MySQL or Oracle) or via an OLE DB access on a specific table or set of tables.
Error 107: Redefinition of the parameter
HModifyViewRights (Function)
Modifies the rights granted to a user or to a group on a SQL view or on a materialized view.
Action Bar properties
You can manipulate Action Bars in a window using the following WLanguage properties.
InterfaceModifiableWithReportsAndQueries (Property)
The InterfaceModifiableWitReportsAndQueries property is used to determine if the interface of a report can be modified in Reports & Queries.
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......
The Popup control
The Popup control is a control used to associate a popup with a page. This popup, displayed from the page into which it is inserted, is used to easily establish a dialog with the user....