ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Warning 36: No BREAK, RETURN or RESULT was detected in the code of the loop
Type (Property)
The Type property is used to get and change the type of an element.
2. Performance profiler
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 2 - Performance profiler - 15 min
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
Handling a dictionary
WINDEV, WEBDEV and WINDEV Mobile allow you to easily perform the following operations on a dictionary......
PageDisplay (Function)
Displays a web page in the user's browser....
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
SysSerialNum (Function)
Returns the IMEI number of the current device.
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
Java application and WINDEV
A Java application is an application entirely compiled in Java......
Error (Function)
Displays a custom error message in a system error window.
In64bitMode (Function)
Indicates whether the code is run in 64-bit mode or not.
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
Language (Property)
The Language property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
Warning 18: Loop without potential end
Constants for managing ports
List of constants used by the functions for port management (serial and parallel ports)...
Creating an RSS reader
WINDEV, WEBDEV and WINDEV Mobile allow you to produce and/or consume an RSS feed (Rapid Simple Syndication)......
InitialHeight (Property)
The InitialHeight property is used to: Find out the creation height of a control or window. Modify the base height used to anchor the controls "in height". Find out the creation height of a block or control in a report....
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
Sorted (Property)
The Sorted property is used to: Determine whether a control is sorted. Sort a control or not....
SQLColumnFormat (Function)
Returns the different types of columns supported: by the data source identified by SQLConnect by the database accessed by a specific connection (connection described in the analysis or described by HDescribeConnection or HOpenConnection)....
HModifyServerRights (Function)
Modifies the rights granted to a user or to a group on an HFSQL server.
Environment of code editor
MapCircle (Type of variable)
The MapCircle type is used to define the characteristics of a circle to be drawn on the map displayed in a Map control.
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....