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...
<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.
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.
Managing the replications of HFSQL servers (Control Center)
The HFSQL Control Center is used to create, configure and manage the replications between HFSQL...
Animating the image display (WEBDEV)
...The Web sites propose several transition effects between the elements:...
2. How to test a site?
Native DB2 Connector: Programming with HFSQL functions
To use a DB2 database with Native Connector, the structure of DB2 tables must be imported...
Native Sybase Connector: Programming with HFSQL functions
To use a Sybase database with Native Connector, the structure of Sybase tables must be imported...
Creating a Java archive
When your Java application is developed, you can......
Metatypes in the analysis
A metatype is a combination of characteristics of an item and a bound control......
Automated tests of window
The automated tests of window are used to check the different features proposed by the window......
TextDirection (Property)
The TextDirection property is used to determine and change the writing direction in a window,...
Distributing Reports & Queries
This help page presents the operations that must be performed in order for a WINDEV application...
DatePicker (Function)
Opens the system date picker.
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......
7. Multilingual applications in practice
"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application...
Computer renamed or changed
During the development phase, you may have to change the computer used for development (change...