ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Appendix 3: Configuration file
Bloque entièrement ou partiellement un fichier externe....
Animation of controls
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
15. Repeating a group of controls: loopers
Connection
The Connection keyword can correspond to: the Connection variable. the Connection property used to get and change the connection currently associated with a data file. For more details, see Connection. the Connection property of a hbScanParameter variable....
<Source>.CreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
The Image Editor control (WEBDEV)
By using the Image Editor control in your websites, you will allow users to create and edit images or photos......
Native Sybase Connector: Running the same stored procedure several times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters......
HTransactionList (Function)
Returns the list of current or interrupted transactions on the server for the specified connection.
Managing assertions
...The main available features are as follows:...
VisibleEndUser (Property)
The VisibleEndUser property is used to: Find out whether an item is visible or not to the end users. This item was defined in the data model editor or programmatically. Define whether an item must be visible or not to the end users (item described programmatically only)....
Help about new features: Letting users know about changes
Applications are constantly evolving......
Install WDTRAD
WDTRAD is automatically installed along with WDMSG and/or WDINT....
Shared information
The information entered when creating the files and the items is shared throughout the environment......
Dictionary properties
The properties of a WDTRAD dictionary are as follows......
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily deployed....
Time management
For each element (windows, reports, ......
ERR_FORBIDDEN_UPDATE
TypeDescription (Property)
The TypeDescription property is used to: Find out the type used by an Enumeration or Combination item. This item was defined in the data model editor or programmatically. Define the type used by an Enumeration or Combination item (when describing the item through programming)....
The "Commands" pane
The "Commands" pane lists......
How to add a new row to a Table control?
This help page explains how to add a row to a Table control programmatically....
ERR_FORBIDDEN_INSTALL
Math functions
List of mathematical functions...
Project Management Hub: Dashboard
The Project Management Hub groups all the details of the projects in a dashboard......
Project Management Hub: Managing tasks
The Project Management Hub allows you to define the different tasks assigned to each project contributor......
ConsoleWrite (Function)
Writes a character string in the standard output stream "stdout" (also called "console").