ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Text formatting variant
You can customize text attributes such as character spacing, line spacing and font size in a window or page......
<Multimedia>.Pause (Function)
Pauses a media file played in a Multimedia control.
<Array>.Sort (Function)
Sorts a WLanguage array.
10. Smart controls
Smart controls...
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
Start of Document block
The Start of document block is printed once at the beginning of the report execution......
<Looper>.Sort (Function)
Allows you to: Sort a Looper control according to one or more attributes. Sort a Looper control on all its attributes. Cancel a sort that was performed beforehand (which means ignore the sort)....
8. Smart controls
Ouvre une fenêtre de type popup en précisant sa position d'ouverture et attend sa fermeture....
<Chrono>.Pause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
Common project
Projects are often cross-platform......
Transactions in HFSQL Client/Server mode
To keep maximum compatibility between HFSQL Classic applications (single-user or multi-user) and HFSQL Client/Server applications, the transaction mechanism in HFSQL Client/Server mode is similar to the one in HFSQL Classic mode......
Generating SQL scripts
The content of an analysis can be exported in the format of SQL scripts for a specified database (SQL Server, Oracle, ......
Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode......
Declaring and using a variable
A variable is defined by name and type......
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
ERR_CANNOT_RUN_EXPLORER
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option......
Replication options (ReplicEdit)
Creating a replication with ReplicEdit allows you to specify several parameters......
Properties associated with the rows of a TreeView Table control
The rows of TreeView Table controls in a window or page can be manipulated using WLanguage properties......
Social network: Available targets
This page presents the different possibilities of Social Network control according to the selected options......
How to create two linked cascading tables?
This help page explains how to create two linked cascading Table controls in a window or page....
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....
Help editor options
The options of the help editor ("Display......
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......