ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Window>.EdSelectMinus (Function)
Deselects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
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.
WinEdSelectMinus (Function)
Deselects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
Name (Property)
The Name property is used to get the name of an element.
DeleteAll (Function)
Deletes all the elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
Miscellaneous Windows constants
List of constants used by the Windows functions....
Sub-modeling
In a flexible modeling, the "Application", "Process" and "Choice" elements can be used to enter in a "sub-modeling"......
OpenMobileWindow (Function)
Opens a window in a mobile application.
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language......
Environment configuration
An environment configuration corresponds to a backup of the work environment in the editors of WINDEV, WEBDEV and WINDEV Mobile......
WiFiListNetwork (Function)
Returns the list of Wi-Fi networks configured on the device.
grScatterSeriesColor (Function)
Initializes the color of a series in a "Scatter" chart.
xlsColumnType (Function)
Returns the type of data entered in a column of an XLS file.
grCategoryColor (Function)
Initializes the category color for a chart whose type is: Pie, Column, Bubble chart, Waterfall....
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
HTTPConfigure (Function)
Configures the functions that use the HTTP protocol.
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
Creating help pages
A help system includes several pages......
Printing during the report test in the editor
During the test of a report ("Go" button from the report editor), several print options are proposed......
Handling menu options programmatically
The menu options can be handled......
grDestinationBMP (Function)
Defines a BitMap file as destination of a chart (BMP means BitMap).
HState (Function)
Used to find out the state of a record.
SysThumbnailDeleteButton (Function)
Deletes one of the buttons found in the thumbnail of the application from the taskbar.
URIToBuffer (Function)
Loads in the background the content of a resource (image, text, etc.) identified by its URI in a buffer variable.
BurnerProperty (Function)
Used to find out and modify the properties of the current burner.
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......