ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

RegistrySetValue (Function)
Writes a value to a key in the Windows registry.
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
JSONXMLConverter (Type of variable)
The JSONXMLConverter type is used to define all the advanced characteristics of the conversion of an XML object to JSON (or conversely) via XMLToJSON and JSONToXML).
Editing pages: Responsive mode (Zoning and layouts)
"Responsive (zoning and layouts)" is the default page editing mode. This editing mode allows you to easily handle pages in the editor....
The Map control: Automatic Application Features (AAF)
The Map control proposes several features directly accessible to the end user......
Analysis: Describing data files
The analysis is used to define the structure of data files used by the project......
Comparison operators
The comparison operators can be divided into several categories......
SysEnvironment (Function)
Returns the environment variables of the operating system for the current computer.
Debugging in Android
All developers appreciate the possibility to debug an application directly on the device......
Report editor: options and keyboard shortcuts
Several toolbars are displayed in the report editor......
Managing Responsive Web Design in your Web pages
From now on, the Web sites can be viewed on several platforms......
Monitoring robot overview
WINDEV, WEBDEV and WINDEV Mobile include a monitoring robot......
ComponentLocate (Function)
Specifies the access path to an external component of project.
Events associated with windows
List of events associated with windows...
Shared memory areas
WINDEV, WEBDEV and WINDEV Mobile allow you to handle shared memory areas......
Native XML Connector
WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model editor......
XMLOpenReader (Function)
Creates a reader used to read an XML document without loading it in memory.
Using a query with parameters
A query with parameters can be used......
Conditional target-code
The code editor allows you to enter a specific code for each environment (WINDEV, WEBDEV and WINDEV Mobile)......
2. Creating files in the analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
Environment of the window editor
The main elements of window editor are as follows:
HMergeView (Example)
Usage example of the HMergeView function
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
First project window