ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<ftpConnection variable>.DirExist (Function)
Checks for a directory on an FTP server. This new function is available from WINDEV Suite SaaS 2025 - Update 3....
FTPDirExist (Function)
Checks for a directory on an FTP server. This new function is available from WINDEV Suite SaaS 2025 - Update 3....
Canada.CheckBN15 (Function)
Checks the validity of a Canadian 15-digit Business Number (BN15).
SCM: Checking out an element
To edit an element of a project hosted on an SCM repository, you must first check out the element......
Canada.CheckBN9 (Function)
Checks the validity of a Canadian 9-digit Business Number (BN9).
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
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......
Reintegrating text into a project
All the text form the translation file can be reintegrated into a project......
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......
Report viewer: "Annotate" pane
Does your application allow you to print several reports? The end user has the ability to write annotations from the report viewer......
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
TestCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
TestCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
5. Site test in practice
Context menu of TreeView controls (AAF)
Each TreeView control in a window offers the user a context menu by default......
11. External component
Check: Computer connectivity (PING request)
The monitoring robot will perform a ping on the specified IP address......
Copy between the editors
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors....