ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java 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......
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).
How to create a menu?
BurnerSave (Function)
Burns the files found in the compilation onto the CD or DVD.
HTML (Property)
The HTML property is used to: find out whether the current report is printed in HTML mode. manage the HTML type of a Static control found in a report....
WebserviceClientIPAddress (Function)
Returns the IP address of the computer using and calling the web service.
HRestoreBackup (Function)
Used to restore: an immediate backup (performed by HBackup or via the HFSQL Control Center), a scheduled backup (described by HAddScheduledBackup or via the HFSQL Control Center....
Native XML Connector
WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model editor......
Python: Native calls
WLanguage allows for native Python calls......
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
RequestRefreshUIElement (Function)
Requests the execution of the "Request for refreshing the display" event of the specified element (and gives back control without waiting for the execution of the event).
ThreadMode (Function)
Changes the management mode of threads.
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
gpwImportLDAPUsers (Function)
Imports the users stored in a LDAP directory into the user file of user groupware.
1. Website deployment requirements
WEBDEV Tutorial - Website deployment Lesson 1 - Website deployment requirements - 30 min
Events associated with List Box controls
List of events associated with List Box controls...
ControlInvisible (Function)
Makes a control (or a group of controls) invisible in a window. An animation can be set on the controls during this operation.
fMoveDir (Function)
Moves a directory and its content.
rssEnclosure (Variable type)
The rssEnclosure type is used to define and handle an attachment to a RSS feed entry...
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
ArrayCopy (Function)
Copies the content of an array to another array.
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....