ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Selection (Property)
The property Selection property displays 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.
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.
The "Funnel" charts
...The Funnel charts are often used to represent the steps in a sales process and to indicate...
Action Bar control events
Connected objects: Android Wear
Android Wear is the version of the Android operating system dedicated to the connected objects......
Spreadsheet report
The report editor allows you to create "Spreadsheet" reports......
Installing a WEBDEV site with zero-downtime update
Starting with version 24, you can update a Session or AWP site without disconnecting users......
AAF: Automatic filter on the columns of Table controls
The user can filter the content of a Table control by displaying the records corresponding...
WEBDEV administrator: Overview
The WEBDEV administrator is a module used to manage the dynamic WEBDEV sites......
The framesets
Via the management of framesets, WEBDEV allows you to display several HTML pages...
Analysis links
The links are used to link the files found in an analysis between themselves......
CSS styles (Cascading Style Sheet)
The CSS styles are the standard styles used on Internet......
Project elements
The project includes windows, reports, queries, help files, sets of procedures, ......
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string...
Characteristics of a Sidebar control
The main characteristics of a Sidebar control can be configured......
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
HFSQL Client/Server: Configuring the data files on the server
Managing the load balancing (dynamic load balancing on server)
The server that is hosting a HFSQL database engine can be very busy......
Burning a CD/DVD
Several WLanguage functions are used to burn the CDs or DVDs......
Warning (Function)
Displays a custom message in a system warning window.
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple...
Responsive Web Design: Management of anchors
In "Responsive Web Design" mode, the width of controls is automatically reduced when the browser...
Events associated with internal windows
List of events associated with internal windows...
Displaying an Active WEBDEV Page
An Active WEBDEV Page can be displayed......
Page Footer block
The Page footer block is run at the end of each page......
2. Web development and WEBDEV
WEBDEV Tutorial: WEBDEV overview Lesson 2: Web development and WEBDEV - 10 min
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points...