ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

mlEnd (Function)
Ends a MATLAB session. This session was initialized by mlInitialize.
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
FAQ about Windows Vista and later
This help page presents a list of problems that may occur when using Windows Vista and later......
Setup of the WEBDEV Application Server for Linux
The installation package (or DVD, if provided) allows you to install......
What is a database?
A database is an organized collection of data for a particular purpose (e.g., manage orders)......
Choosing the type of image: dynamic, static, generated, ...
The images are often used to illustrate the site pages......
Managing Hive databases
Hive is a software layer of Hadoop used to run queries......
VideoStop (Function)
Stops playing or recording a video in a Camera control. Function kept for "Version-26-compatible" Camera controls....
VideoParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept for "Version-26-compatible" Camera controls....
SaaSAdminConfigureSMTP (Function)
Configures the SMTP session associated with the administrator account of a SaaS session.
Testing and debugging a remote site
WEBDEV offers several methods to test and debug a site on the development computer (see The different types of WEBDEV sites)......
CameraParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept for "Version-26-compatible" Camera controls....
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
How to avoid displaying the URL of WEBDEV pages in the browser?
By default, when the user connects to a site developed with WEBDEV, the address bar of the browser contains an address in the following format......
SiteAddress (Function)
Returns the Internet address for connecting to a dynamic WEBDEV site (in Session mode) found on the same server.
<Variable Drive>SendDirectory (Function)
Sends a directory and its files (present on the user's machine) to an Drive (remote disk)....
<Variable Drive>RetrieveDirectory (Function)
Retrieves a directory (and its files) from an Drive (remote disk) and saves it on the user's workstation....
YesNo (Function)
Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's choice....
SSHCommand (Function)
Sends a command to an SSH server. The session is automatically started and closed as soon as the command is sent.
DriveRecoverDirectory (Function)
Retrieves a directory (and its files) from an Drive (remote disk) and saves it on the user's workstation....
The RTF control (Report editor)
The "RTF" (Rich Text Format) control is used to display a formatted character string in your report......
<Camera>.Stop (Function)
Stops playing or recording a video in a Camera control. Function kept for "Version-26-compatible" Camera controls....
FramesetUse (Function)
Displays a WEBDEV frameset in the user's browser and closes all the current page and frameset contexts....
Dynamic site: Persistent session
For a dynamic WEBDEV site, when starting the site (site called from a browser), a session representing the site is loaded in memory on the server......