ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
Handling a Wire control through programming
WINDEV allows you to handle a Wire control by programming......
IWListCount (Function)
Returns the number of internal windows currently found in the list of internal windows browsed by an Internal Window control.
<Looper>.AddInProgress (Function)
Modifies or returns the visibility status of internal wait window when adding additional elements into an infinite Looper control.
<btleDevice variable>.ConnectionStatus (Function)
Returns the current connection status to a Bluetooth Low Energy device or asks to be notified when the connection status changes.
Modifying the values displayed in the result of a select query
In the result of a select query, you have the ability to only display......
<Table>.AddInProgress (Function)
Modifies or returns the visibility status of internal wait window when adding additional elements into an infinite Table control.
<Source>.IndexingInProgress (Function)
Indicates that a reindex operation is currently performed on an HFSQL data file and returns the percentage of reindexing already performed.
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
The Upload control
The Upload control is used to upload files on the Web server......
AAF: Context menu of Image controls
A context menu is available for Image controls......
SCM file format evolutions
Four versions are available for the SCM repository......
Programming the table cells
The Table controls can be handled......
The "Window position preview" pane
The "Window position preview" pane is used to view and/or modify the opening position of the windows currently modified (according to the screen resolution used)......
Type of windows created by RAD
The wizard for window creation proposes several types of windows associated with HFSQL data files......
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
PC SOFT's Assistance Directe ® service
Your application may be strategic and you may want to have a priority access to the Technical Support......
Properties associated with the breaks of a Looper control
Several properties can be used with the breaks found in a Looper control......
Native MySQL Connector: Specific features
The Native MySQL Connector (also called "Native MySQL Access") creates "InnoDB" tables to support locks and transactions on a MySQL database......
Multiple generation
Project configurations are used to easily define the different "targets" of your project......
HFSQL data files exceeding 2 gigabytes
By default, the HFSQL engine allows you to manage large data files (up to 2 gigabytes)......
Zooming an image (WEBDEV)
WEBDEV proposes several methods for zooming an image:...
Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure of PostgreSQL tables must be imported into the WINDEV or WEBDEV analysis......
Skins
The skins are used to standardize the visual aspect of a site and they allow you to easily change style......
Conditions for updating an application automatically (Live update)
Whenever the application is modified on the development computer (modifications of windows, code, analysis, ......