ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MenuSelectPlus (Function)
Enables a menu option (popup menu or drop-down menu).
FaxResume (Function)
Re-enables a fax paused in the spooler (pending fax).
NoAccent (Function)
Converts accented characters in a string to non-accented characters.
ErrorWithTimeoutAsynchronous (Function)
Displays a custom error message in a non-blocking system error window for a given amount of time.
ArraySeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.
Testing a project: setting
By testing the project you can simulate how the application will run......
19. Upload: Sending files to the server
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
Replication management functions
Three types of replication are proposed......
Managing the SNMP protocol
SNMP (Simple Network Management Protocol) is the standard protocol for managing the network devices......
Clipboard with history
The clipboard stores the last 10 pieces of content cut or pasted (from any editor)......
6. HFSQL Cluster
HFSQL Cluster is an extension of the HFSQL Client/Server database model....
MacOS - Developing an application in Catalyst mode
Apple has recently released an SDK to natively compile iOS applications for MacOS......
Developing an iOS 14 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc....
Dark theme on mobile devices
The latest versions of mobile OSs allow you to switch applications to a dark theme to reduce battery consumption or to make the device easier to use in a low-light environment......
WDReplic: Starting the replication
Depending on the type of replication to perform, WDReplic must be started......
Unavailable functions and properties
Some functions and properties have been removed from WLanguage......
Project portfolio
From version 25, you can create "project portfolios"......
Using the task management and the schedule
Time management is extremely important......
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications......
Query
A query is used to interrogate a database in order to view, insert, modify or delete data......
AJAX: Overview
The AJAX technology is available in native mode in WEBDEV and in the PHP sites developed with WEBDEV......
ReplicSynchro: Overview
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.