ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Using Java code
You have the ability to enter Java code:
  • in Java applications generated with WINDEV.
  • in Android applications generated with WINDEV Mobile.
This allows you to create global procedures in Java.
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
HMode (Function)
Changes the mode and the method for locking data files.
<Source>.Delete (Function)
Deletes a record from a data file (query or view).
2. User-friendly editors in practice
User-friendly editors in practice...
HDescribeLink (Function)
Describes a link between two data files through programming.
Joins between the data files of a select query
When several data files are used in a query, the query editor automatically searches for the links between these files described in the analysis......
Error 107: Redefinition of the parameter
Warning 12: The label is unused
Word Processing control events
WINDEV manages the following events by default......
Events associated with an infinite Progress Bar control
Events associated with a Dockable Panel control
Warning 124: Shadowing a global variable
CountryGet (Function)
Returns the Country variable corresponding to an ISO code or to the country caption according to ISO 3166-1.
nWDOpenWDL: Opening a library
Opens a library created by WINDEV (file with a WDL extension)......
Events associated with Link controls
List of events associated with Link controls...
Events associated with Clickable Image controls
List of events associated with Clickable Image controls...
Events associated with supercontrols
List of events associated with supercontrols...
WEBDEV Page control events
The control Page WEBDEV allows you to integrate an Page WEBDEV in a WINDEV application......
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
PageToEmail (Function)
Emails the data found in a page currently displayed in the browser.
HGetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
Handling data files in PHP
WEBDEV allows you to create a PHP site that handles data files......
HDBOpen (Function)
Opens the xBase data file and the "memo" file if it exists.
SSHRead (Function)
Reads the data found on the output buffer of the SSH session.
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......