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.
The "Messaging" pane
The "Messaging" pane is used to exchange messages between the employees of a company......
HFSQL Control Center: Managing scheduled elements
You have the ability to define scheduled elements on the HFSQL server....
Report templates
WINDEV, WINDEV Mobile and WEBDEV allow you to create report templates......
HFilter (Function)
Defines and enables a filter on a data file, view or query.
The Diagram Editor control
The Diagram Editor control allows users to create and edit diagrams in your applications...
Real Time Performance Profiler (RTPP)
The Real Time Performance Profiler (RTPP) is a tool that helps you identify what is slowing...
LooperMoveLine (Function)
Moves a row or swaps two rows in a Looper control.
The TreeMap control
...The TreeMap control is used to dynamically represent data, possibly in tree structure,...
Selecting the application or the files to install
WINDEV includes a wizard for generating a setup program: to install a WINDEV application....
Synchronizing the analysis with external databases
The analysis must be synchronized with an external database if it uses......
Running the test of a static project
The test of the entire project allows simulating the startup of the site......
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
The Scrollbar control
...The Scrollbar control is used to scroll objects (text, captions, etc....
Advanced dialog boxes
The advanced dialog boxes are windows allowing you to communicate with the user......
LooperPosition (Function)
Moves the scrollbar to display a specific row or returns the index of the first row displayed...
Project Management Hub: Managing tasks
The Project Management Hub allows you to define the different tasks assigned to each project...
Control template
A control template is a set of controls that can be re-used in several windows or pages......
Operations performed on state-transition diagrams
The following paragraphs explain......
WDConver : Use in interactive mode
Before you start using WDConver, you must have......
Deployment package
The deployment package creates a ZIP file containing the site's setup......
Skins
The skins are used to standardize the visual aspect of a site and they allow you to easily change...
Dictionary properties
The properties of a WDTRAD dictionary are as follows......
Check model
You can use check models to easily create checks...
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be......
Operations performed on sequence diagrams
The following paragraphs explain......