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...
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.
<zipArchive>.SelectFile (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.
EmulateCombo (Function)
the list of the Combo Box control. select an element in a Combo Box control....
URISelect (Function)
Opens a system window to select a resource from: from the device file system, from the Cloud...
10. Smart controls
Smart controls...
CalendarSelect (Function)
Returns the date selected in a Calendar control.
Creating a query
Two methods can be used to create a query......
UseMode (Property)
... input. The mouse is used to select text in the document or to move within the document pages.
The List Box control
The List Box control is used to display a list of elements and to select one or more elements...
Repairing the project
In some cases, "Project......
Multiple generation
Project configurations are used to easily define the different "targets" of your project......
Page with parameters
Handling a status bar in the window editor
This help page presents the different operations that can be performed in a status bar......
6. Multiple generation
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
Describing the replication (ReplicEdit)
ReplicEdit is used to create a replication via a wizard, but the replication description window...
LooperSelect (Function)
Returns the index of the selected element in a Looper control.
Creating a combining query
A combining query (corresponding SQL statement: UNION) ......
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data...
Modifying the query content
or more selection criteria, ......
Associating a control with a tab pane
Methods to associate a control with a tab pane......
Setup of a WEBDEV site: Creating library
A library (file with a WDL extension) is used to group the resources of the project (pages,...
WDSQL: Exporting and printing the result of an SQL query
The result of a select query can be......
Saving entered data (AAF)
1
6
7
8
9
10
79
>