ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

NumberColumn (Property)
The NumberColumn property is used to: Get the number of columns in Table, Check Box, Radio Button controls, etc.. Set the number of columns in a multi-column List Box control....
spMatchesDescription (Property)
The spMatchesDescription property determines if the parameters (key derivation function, hash algorithm, iteration count and output length) of the item of type "Password" in the table match the parameters described programmatically or in the database schema.
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
Handling the external files
WINDEV, WINDEV Mobile and WEBDEV propose several functions allowing you to manage the external files from your WINDEV/WINDEV Mobile applications or from your WEBDEV sites......
Events associated with breaks
Le menu contextuel d'un champ de saisie propose une option "Définir comme 1er champ en saisie"......
Using a query with parameters
A query with parameters can be used......
Ellipsis (Property)
The Ellipsis property is used to determine and change the truncation mode with ellipses in: a window control (Static, edit control, List box, Button, Combo box or Static table column). a Static control in a report....
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....
WINDEV 2024: New features in this version
Here are the new features that you will discover in this version......
WEBDEV 2024: New features in this version
Here are the new features that you will discover in this version......
Generating SQL scripts
The content of an analysis can be exported in the format of SQL scripts for a specified database (SQL Server, Oracle, ......
Using the query result
The result of a select query can be used in......
Calculations in the columns of a Table control
When a Table control contains numeric data, it may be useful to get the total of a column or count the number of elements......
Customizing the interface of a Table control
In a Table control, you have the ability to customize the following elements......
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
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)....
WDD55Password (Property)
The property PasswordWDD55 property is used to specify the 5.5 format database schema password when programmatically describing a Hyper File 5.5 format table in an HFSQL Classic format database schema.
ExtendedInfo (Property)
The ExtendedInfo property is used to get additional information: about a table accessed by a Native Connector or HFSQL Client/Server. about an item accessed by a Native Connector or HFSQL Client/Server. about a connection. In this case, this property is equivalent to CtExtendedInfo....
LineHeight (Property)
The LineHeight property gets and sets 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....
WINDEV Mobile 2024: New features in this version
Here are the new features that you will discover in this version......
nWDEvaluate: Evaluating the value of an element
Evaluating the value of an element......