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.
7. Sending an email
WINDEV Tutorial: WINDEV application: Managing data Lesson 7 - Sending an email - 20 min
Relationships in a CDM
The relationships are used to link entities among themselves or to link associations to entities......
Start of Document block
The Start of document block is printed once at the beginning of the report execution......
Start of Break block (Break header)
The Start of break block is optional......
WDXView : Use
This help page presents the different features of WDXView......
The Sidebar control
The Sidebar control gives access to different options......
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write...
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
WDSQL: Creating and running a script
A script is a set of SQL commands used to perform a specific operation (create a new table...
How to install a Universal Windows 10 App application on a tablet
The generation of a WINDEV Mobile application for Universal Windows 10 App groups all the project...
WDHFDiff - Use
WDHFDiff is used to compare......
iCreateFont (Function)
Creates a new print font.
Report viewer: "Preview" tab
The report viewer allows end users to view reports before printing them......
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites...
Border of controls
One of the most important elements of control style is its border......
Transforming a WINDEV project into Mobile: a detailed audit
Transforming WINDEV applications into Mobile is very easy......
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
Color palettes
The color palettes are an easy way to customize the visual aspect of a site......
Handling Word Processing controls programmatically
Word Processing controls can be handled programmatically......
The planes in WEBDEV
The planes are used to group the controls of an element......
Using WDDIXIO
To translate the text used in your project:...
Changing the characteristics of window controls
The characteristics of the controls can be viewed and/or changed in......
WDZip: Creating or modifying an archive
This help page explains how to......
Events associated with Table controls
List of events associated with Table controls...
4. Simple printing
WINDEV Tutorial: WINDEV application: Managing data Lesson 4 - Simple printing - 20 min