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.
Android Widget windows
An Android application can contain one or more Widget windows......
Native Oracle Connector: Programming with HFSQL functions
To use an Oracle database with the Native Connector, the structure of ORACLE tables must...
Reverse code modeling
The reverse code modeling allows you to view in a graph......
Creating the Form windows of a WINDEV RAD pattern
AAF: Handling the columns of a Table control
The Table controls displayed in a window allow the end user to perform several operations......
Using offline sites
WEBDEV allows you to specify that a site or a set of pages can operate in off-line mode (without...
The Multimedia control (WEBDEV)
...The Multimedia control is used to easily display a video in the browser....
Report based on an Organizer control
A report based on an Organizer control is used to directly print the information displayed...
Report based on a Scheduler control
A report based on a Scheduler control is used to directly print the information displayed...
2. Projects in practice
2. Projects in practice
Discover the main operations that can be performed on a project....
The HTML Display control
The HTML Display control displays a web page in an application......
The pages
Pages are the main interface of a WEBDEV site......
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given...
WDTRAD
WDTRAD is a tool for entering the translation of messages associated with a WINDEV, WEBDEV...
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server...
Description of an Organizer control (control of a window)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
CalendarButton (Property)
The CalendarButton property is used to determine and specify whether a Date Edit control...
10. Internal window
The Internal Window control is used to include a window (and its code) in another window....
.NET Assemblies
.NET is Microsoft's software development platform......
FilterWithBounds (Property)
The FilterWithBounds property is used to determine if bounds have been specified for the filter...
ControlFirst (Function)
Indicates the name of the first field specified in the tab order for the specified window.
ComboClose (Function)
Closes the drop-down list in a Combo Box control (simple or multi-column Combo Box control).