ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ConsoleError (Function)
Writes a character string in the standard error output stream "stderr".
LDAPValidateModify (Function)
Validates the modification of an existing object in an LDAP server.
LDAPStartModify (Function)
Initializes the modification of an existing object in an LDAP server.
<Window>.EdLoad (Function)
Loads the modifications performed by the end user in a window.
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)......
ConsoleWrite (Function)
Writes a character string in the standard output stream "stdout" (also called "console").
ImageInfoModify (Function)
Modifies the value of an Exif tag for the image used.
ConsoleRead (Function)
Reads a string in the standard input stream "stdin".
Images and buttons
WINDEV, WEBDEV and WINDEV Mobile include many features to improve the appearance of applications and sites......
grWaffleSize (Function)
Defines the number of rows and columns in a Waffle graph.
grWaffleTypeCell (Function)
Defines the Geometry of cells in a Waffle graph.
Tutorial
A tutorial is supplied with WINDEV, WEBDEV and WINDEV Mobile......
<Graphe>.WaffleTypeCell (Function)
Defines the Geometry of cells in a Waffle graph.
<Graphe>.WaffleSize (Function)
Defines the number of rows and columns in a Waffle graph.
Creating a select query
A select query (corresponding SQL statement......
The HTML Display control
The HTML Display control displays a web page in an application......
Implementing log-based replication: Modifying the analysis
Log-based replication can be implemented in the data model editor......
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
Useful parameters of a procedure
A procedure can declare some parameters that are not immediately used. In this case, a warning appears in the code editor, indicating that the local variable is not used....
Share your projects via Git
Git is a source code manager......
Importing a WINDEV window into a WEBDEV site
The Windows windows developed with WINDEV......
Opening a window from a secondary thread
A secondary thread cannot directly open a window with the standard WLanguage functions such as......
Table, List Box and Combo Box controls bound to queries
A Table, List Box or Combo Box control can be used to display the content of a data file or query......
Positioning table
Positioning the elements in a page is simplified by the use of a positioning table (HTML table)......
MultimediaStop (Function)
Stops playing a media file found in a Multimedia control.