ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InterpretAmpersand (Property)
The InterpretAmpersand property is used to determine and change how the '&' character is interpreted in: the caption of a Static control. the elements of a List Box control. the elements of a Combo Box control. the values of a column in a Table control....
Customizing the interface of a Table control
In a Table control, you have the ability to customize the following elements......
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
nWDEvaluate: Evaluating the value of an element
Evaluating the value of an element......
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
LineHeight (Property)
The LineHeight property is used to get and change the height of the rows: in a List Box control, in a ListView control (standard display mode only), in a Table control, in a Combo Box control, in a Looper control (height of the row), in an Organizer control....
Appendix 4: WEBDEV modules
The table below presents the modules installed by the WEBDEV application server for Linux and their main features......
Anchoring controls in a report
The anchors are used to define the behavior of controls during a resize operation......
Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications......
The indexed controls
A control is an indexed control if it contains several controls with the same name......
Query editor
The query editor is used to automatically create queries on the data files......
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
CurrentIndex (Function)
Depending on the specified control, returns: the number of the current row displayed in the current Table control, the number of the option with focus in a Check Box control, the number of the current row in the current Looper control, the index of the current indexed control....
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
WDMap: Adding, modifying and deleting the records of a data file
WDMap allows you to perform simple operations (addition, modification or deletion) on the records found in a data file......
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window (position on the X-axis). Get the X-coordinate of a control or window (position on the X-axis)....
Error 104: 'Dynamic' can only be used for the classes and the Automation objects
Android: Conditions for using the Map control
Up to WINDEV Mobile version 180046, the Google Maps API library was required to use a Map control in an Android application......
Binding an Edit control to an item
An Edit control can be bound to an item in a data file, query, etc, ......
Properties associated with the breaks of a Table control
Several properties can be used with the breaks found in a Table control......
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
Properties linked to the Euro management
List of properties linked to the Euro management...
WINDEV: Example of programmed Drag and Drop
Container column in a Table control
A cell found in a Table control can contain a set of controls......