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.
On/Off button in a window
The on/off button is a button that operates like a check box......
OutlookStartSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups...
XMLParent (Function)
Positions on the parent element of current element (tag or attribute).
Automatic Application Features (AAF) constants
List of constants used by the Automatic Application Features (AAF) functions....
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
The Flash control
The Flash control is used to display a Flash® animation in a WEBDEV page......
The Edit control
The Edit control allows users to enter data......
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server),...
Creating the menus for the windows of the WINDEV RAD pattern
Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure...
AAF: Context menu of Image controls
A context menu is available for Image controls......
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes....
Two-level setup
The two-level setup (or multisite setup) combines: a reference network setup deployed...
Native MariaDB Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported...
14. Managing the "Back" button in practice
Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site......
Developing an iOS 14 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad,...
Developing an iOS 13 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad,...
Native MySQL Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL...
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
The Peeling Corner control
The "Peeling Corner" control is used to create a visual effect in a page by presenting an image...
List,Get (External language)
Retrieves the value of a given element or the value of the selected element in a drop-down list...
Renaming a project
Renaming a project is used ton modify the name of the project. All the elements linked...
Generation of a class diagram using reverse engineering
WINDEV, WINDEV Mobile and WEBDEV allow you to create the class diagram of an application using...
Address (Property)
The Address property is used to: Establish a connection between the Conference control...