ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Specific features of the applications for iPhone/iPad
<zipArchive variable>.CurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
<zipArchive variable>.ExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
2. Modes to install an application
Items used in a select query
A query created in the query editor can contain several types of items......
Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)......
Windows: What must be taken into account if the users are working with Vista (and later)
Windows Vista (and later) proposes several improvements......
Standard FTP functions
List of standard FTP functions...
Custom telemetry
Custom telemetry allows you to define the elements that will be included in the analytics......
Handling a Looper control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Looper control by programming......
Error 107: Redefinition of the parameter
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......
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
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...
Error 1010: The member of the class is constant
Background tasks
Continuing to run a process when the application is in background is very useful on mobile......
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.
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
General options of WINDEV, WEBDEV and WINDEV Mobile
The general options are used to configure the working environment of the product used......
Bar Code control properties
Bar Code controls can be manipulated using different WLanguage properties......
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......