ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Setup of a WEBDEV site: Automatic data file modification
The automatic modification of the data files allows updating the description of data files on the Web server......
AWP without UI
Bootstrap, Angular, React, Vue......
WDHFDiff - Use
WDHFDiff is used to compare......
Unalterable (Property)
The Unalterable property is used to configure the unalterability of a data file: the data file cannot be modified; only additions can be made.
Testing a Java project and compiling it
When your Java application is developed, you can run the test of the Java project and compile it before creating the archive......
Handling an element of a TreeView control programmatically
This help page explains how to handle the elements of a TreeView control either directly or via the WLanguage functions......
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language......
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
Port (Property)
The Port property is used to identify and change a server connection port.
PageCurrentLayout (Function)
Returns the index of the current layout: in the current page. in the specified page....
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....
WDHFDiff: Overview
WDHFDiff is a tool used to compare HFSQL data files......
WINDEV Mobile concepts
HImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
<Source>.ImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
Accessing an LDAP directory
An LDAP directory is used to share information databases on a local or external network....
Java application and WINDEV
A Java application is an application entirely compiled in Java......
Managing the browser "Back" button
The browser "Back" button allows the Web users to display the pages that were already visited......
Operations performed on a data file (Data model editor)
The main operations that can be performed on a data file from the data model editor are as follows......
Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications....
PageDisplayDialog (Function)
Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism.
<Source>.ImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
Abbreviation (Property)
The Abbreviation property gets the abbreviation of a data file. This abbreviation is defined in the data model editor when defining the data file. This property is read-only.
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....