ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Selection (Property)
The Selection property is used to get the characteristics of the selection (or cursor):
  • in a Word Processing control.
    Note: This selection is located in the part being edited (body, header or footer).
  • in a Spreadsheet control.
  • in an HTML Editor control.
  • in a Diagram Editor control.
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.
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data...
<zipArchive>.SelectFile (Function)
Selects files from an archive.
TableCellSelectOccurrence (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.
<Table>.CellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.
<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.
zipSelectFile (Function)
Selects files from an archive.
<List Box>.Select (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
Events associated with Combo Box controls
List of events associated with Combo Box controls
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data...
TableCellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.
WDBal messaging: Reading messages
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily...
Project Management Hub: Using Tags
Tags are used to associate keywords with incidents in the Project Management Hub......
Manual deployment of a dynamic site
WEBDEV proposes several methods for deploying a dynamic site......
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used...
Handling an Edit control programmatically
You can handle Edit controls programmatically......
SCM: Check-in policy
The SCM gives you the ability to define a check-in policy......
End of Document block
The End of document block is run once at the end of the report execution......
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
Properties associated with windows, pages and controls
List of properties associated with windows, pages and controls...
12. Pages in practice
5. Site test in practice
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development...
Native MariaDB Connector: Requirements and remarks
This page presents the main aspects and requirements of the Native MariaDB Connector......
Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
Pre-launched sessions
A pre-launched session is a session of a Web site (or webservice) automatically started on the Web...
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used...
WDOptimizer: Optimizing indices
WDOptimizer includes multiple modes to optimize indices......
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
Remote WEBDEV administrator: Importing the statistics
The remote WEBDEV administrator proposes a module for managing the statistics. This module is used...
AlbumPicker (Function)
Retrieves a photo, an image or a video stored in the photo album of the mobile device.
mlzInsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
User Control Center: Available network applications
The User Control Center is used to list the applications for which a network setup was created......
Languages supported by the setup
If your applications must be installed in several countries, the setup wizard proposes to generate...
User Groupware and multilingual application/site
If your application is a multilingual application, the multilingual feature must also be managed...