ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Access rights to a class property: special cases
The retrieval and assignment processes can be public, private or protected. The access rights of the property correspond to the less restrictive rights of the two processes....
User Groupware and Native Connector files
An application that works with the User Groupware can be used with a database handled by a Native Connector......
<Variable sshSession>CommandConnector (Function)
Keeps the SSH session active between several commands sent (via the SSHCommand function) to an SSH server. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
User Groupware and multilingual application/site
If your application is multilingual, it is also necessary to manage multilingualism in the user Groupware windows/pages......
NumberColumn (Property)
The NumberColumn property is used to: Get the number of columns in Table, Check Box, Radio Button controls, etc.. Set the number of columns in a multi-column List Box control....
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
2. Projects in practice
Collapses a branch previously expanded....
LDAPSession structure
The LDAPSession structure is a preset structure of WLanguage (no declaration is required)......
ERR_BAD_COMMANDLINE
ERR_BAD_COMMANDLINE error...
Multi-project processes: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ......
ERR_FORBIDDEN_INSTALL
ERR_FORBIDDEN_UPDATE
Error 531: The negative or null subscripts are not allowed
Error 706: The property does not exist on this type of control
<Camera>.Display (Function)
Displays in a Camera control the video sequence currently transmitted by a "web camera" or by the camera found on the mobile device. Function kept for "Version-26-compatible" Camera controls....
Sending elements to Free Technical Support
Using a query with parameters
A query with parameters can be used......
Batch processes: Creating executables, WDLs, components, and more...
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line......
Ellipsis (Property)
The Ellipsis property is used to determine and change the truncation mode with ellipses in: a window control (Static, edit control, List box, Button, Combo box or Static table column). a Static control in a report....
VideoDisplay (Function)
Displays in a Camera control the video sequence currently transmitted by a "web camera" or by the camera found on the mobile device. Function kept for "Version-26-compatible" Camera controls....
InterpretAmpersand (Property)
The InterpretAmpersand property is used to determine and change how the '&' character is interpreted in: the caption of a Static control. the elements of a List Box control. the elements of a Combo Box control. the values of a column in a Table control....
MouseXPos (Function)
Used in a mouse or stylus event (click code, hover code, left or right button pressed code, etc.) returns the horizontal position (X) of the mouse cursor in relation to the field or window in question.