ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<List Box>.Select (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
<zipArchive>.SelectFile (Function)
Selects files from an archive.
<Spreadsheet>.GetSelection (Function)
Retrieves the list of selected cells in a Spreadsheet control found in a window.
<Table>.CellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
Events associated with Combo Box controls
List of events associated with Combo Box controls
SpreadsheetGetSelection (Function)
Retrieves the list of selected cells in a Spreadsheet control found in a window.
TableColumnSelect (Function)
Returns the column number corresponding to one of the columns selected in the Table control. This function is kept for backward compatibility. It is recommended to use TableSelect.
5. User Groupware in practice
Camera control: decoding bar codes
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture......
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Linux)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic...
MacOS - Developing an application in Catalyst mode
Apple has recently released an SDK to natively compile iOS applications for MacOS......
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated...
Report with parameters
When printing a report, you have the ability to pass parameters to this report......
Find/Replace in the current project
The "Find/Replace" feature is used to......
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
Defining a help window template
WINDEV allows you to create help window templates......
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
WDLog: Overview
The different operations that can be performed with WDLog are as follows......
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's...
Assisted universal replication through programming
The assisted replication through programming is used to implement a replication on an existing...
2. User-friendly editors in practice
User-friendly editors in practice...
Setup directory
The setup wizard allows you to configure the setup directory of application....
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file...
How to develop a PHP site?
What is a PHP site?......
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number...
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows,...
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
Programming custom calculations in Table controls
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings...
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......