ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Captcha control properties
The Captcha control can be handled by the WLanguage properties in server code and in browser code.
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
Obtaining an SSL certificate for IIS7 (or later)
To get an SSL certificate for IIS 7 (and later), the different steps are as follows:...
RadioButtonDelete (Function)
Deletes an option from a Radio Button control.
ProjectInfo (Function)
Returns specific information about the project currently run.
HTML Editor control constants
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile....
Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......
gglMarker (Type of variable)
The gglMarker type is used to define the characteristics of a marker that must be positioned on a map...
The Range Slider control
The Range Slider control is used to easily select an interval or a zoom......
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......
TableFormulaAdd (Function)
Adds a calculated row to a Table control by providing custom calculation procedures.
MapPolygon (Type of variable)
The MapPolygon type is used to define the characteristics of a polygon to be drawn on the map displayed in a Map control.
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
Creating the windows and the pages of the RAD pattern
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
MatReadColumn (Function)
Reads the value of all the elements found in a matrix column.
MatReadLine (Function)
Reads the value of all elements found in a matrix row.
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used....
I work as a developer: How to manage my tasks and my schedule?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile include many tools to help developers manage their schedules and the different associated tasks......
Height (Property)
The Height property is used to get and change the height: of a control or block in a report. of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control. of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not. of a break cell in a Table or Looper control....
ScreenType (Function)
Returns the type of screen on which the application is run: phone, tablet, computer or watch.
GglAddressToCoordinates (Function)
Retrieves the coordinates (latitude/longitude) of an address....
DisplayedValue (Property)
The DisplayedValue property returns the value currently displayed in the control of a window or page.
dText (Example)
Usage example of the dText function