ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
CtAccess (Property)
The CtAccess property is used to set the type of access to the data file when connecting to a specific table via OLE DB.
CtDescribedAccess (Property)
The CtDescribedAccess property is used to set the type of access to the data file when connecting to a specific table via OLE DB.
Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers......
Setup in MSI format
You have the ability to create a setup program in MSI standard......
Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)......
The Word Processing control
The Word Processing control is an advanced control that allows the end user to create and edit documents in docx format......
DDE errors
When a DDE function fails (returns False for example), ErrorInfo allows you to find out the number of the corresponding error]......
Error 107: Redefinition of the parameter
Events associated with Link controls
List of events associated with Link controls...
Constants for managing Wi-Fi functions
Constants for managing Wi-Fi functions...
8. Windows in practice
Discover the main actions that can be performed on the windows....
Bar Code control properties
Bar Code controls can be manipulated using different WLanguage properties......
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
3. Data handled by a WINDEV Mobile application
The data handled by a WINDEV Mobile application can come from...
InPrelaunchedSessionMode (Function)
Used to find out whether the site is started in "pre-launched session" mode of WEBDEV.
Specific features of iPhone/iPad applications
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to zoom the data found in the control......
NetSendFile (Function)
Transmits a file to an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
Report viewer: "Export" pane
The "Export" pane in the report viewer allows you to perform the following operations......
HListREP (Function)
Returns the list of assignments for the tables handled by the current application, which means the list of physical files corresponding to the files described in the database schema.