ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data...
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.
<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.
SpreadsheetGetSelection (Function)
Retrieves the list of selected cells in a Spreadsheet control found in a window.
Events associated with Combo Box controls
List of events associated with Combo Box controls
<Spreadsheet>.GetSelection (Function)
Retrieves the list of selected cells in a Spreadsheet control found in a window.
<zipArchive>.SelectFile (Function)
Selects files from an archive.
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
<List Box>.Select (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
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.
TableColumnSelect (Function)
Returns the column number corresponding to one of the columns selected in the Table control. This function is kept for backward compatibility. It is recommended to use TableSelect.
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data...
Distributing Reports & Queries
This help page presents the operations that must be performed in order for a WINDEV application...
HFSQL Control Center: HFSQL Client/Server backups
The HFSQL Control Center is used to manage the backups of HFSQL Client/Server tables......
Multilingual project
Ad Hoc deployment
Responsive Web Design: Managing slices
In the WEBDEV editor, different resolutions are represented via slices......
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table"...
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
14. Controls in practice
HFSQL Client/Server: Scheduled tasks
The scheduled tasks are used to schedule automatic tasks......
AS/400: Development method
The Native AS/400 Connector simplifies access to AS/400 data from your WINDEV and WEBDEV...
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given...
UI audit: Detect obsolete features
The lifecycle of some projects span several years......
Creating the Form pages of a WEBDEV RAD pattern
Deletes a worksheet from the Excel document....
Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting...
dFill (Example)
Usage example of the dFill function
HMergeView (Example)
Usage example of the HMergeView function
fDelete (Example)
Usage example of the fDelete function
CharacterSpacing (Property)
The CharacterSpacing property gets and sets the spacing between characters.
"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application...