ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SNMPOIDAccess (Function)
Returns the authorized access modes of a specific OID.
17. WLanguage: a simple and powerful language
Glossary
The glossary lists all the abbreviations used in the code editor......
Erase patches
To quickly modify the operating mode of an application, you can use application patches......
MultiWorksheet (Property)
The MultiWorksheet property is used to: Find out whether a Spreadsheet control manages several worksheets. Change the worksheet management mode of a Spreadsheet control....
AutomaticErase (Property)
The AutomaticErase property is used to: find out whether an edit control is in "Automatic erase" mode. modify the "Automatic erase" characteristic of an edit control....
WinEditAllowed (Property)
The WinEditAllowed property is used to determine and configure the actions allowed on a control when the window switches to "Allow end users to modify the UI" mode.
Native AS/400 Connector
WINDEV and WEBDEV include an optional module to access AS/400 databases......
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
WDSQL: Creating and running a script
A script is a set of SQL commands used to perform a specific operation (create a new table in the database, insert records, ......
WDAPI: Help about the APIs
WDAPI simplifies the use of Windows APIs in a WINDEV application......
Functions for managing the Combinations and Enumerations
Constants for managing Table, Treeview Table, Looper and List Box controls
List of constants used by the functions for managing Table, TreeView Table, Looper and List Box controls....
Properties associated with a page
iFrame control properties
The iFrame control can be handled in server code and in browser code by the WLanguage properties......
Captcha control properties
The Captcha control can be handled by the WLanguage properties in server code and in browser code.
Pager control properties
The WLanguage properties are used to handle the Pager control in server code and in browser code......
Upload control properties
The Upload control can be handled in server code and in browser code by the WLanguage properties......
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX......
Various constants
List of various constants used by the constants WINDEV functions....
Events associated with pages
List of events associated with pages...
ErrorPropagate (Function)
Propagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter).
HTML (Property)
The HTML property is used to: find out whether the current report is printed in HTML mode. manage the HTML type of a Static control found in a report....