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.
Translation with Google Translate
WINDEV, WEBDEV and WINDEV Mobile allow you to support up to 64 languages in the same project......
Signature of iOS applications
Signing an application is mandatory from Xcode 8......
Operations performed on deployment diagrams
The following paragraphs explain......
Multi-page print
A report can be very wide, with a width exceeding the width of a paper sheet......
Automatic calculations in a Table control (AAF)
Events associated with Calendar controls
List of events associated with Calendar controls...
HTML Editor control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...
Copying the style of a control
Copying the style of a control consists in copying the characteristics of a control style...
ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first...
The Toolbar control
The Toolbar control is an advanced type of control, linked to a window......
Live Data: viewing data in the editors
The "Live Data" is used to view the content of the data files in the controls currently created...
TableMode (Function)
TableMode is kept for backward compatibility.
Background tasks
Continuing to run a process when the application is in background is very useful on mobile......
Types associated with the Word processing
WINDEV and WEBDEV propose several types of variables allowing you to handle Word Processing...
The "Find - Replace" pane
The "Find - Replace" pane is used to......
The "Quality Control Center" pane
The "Quality Control Center" pane displays the incidents associated with the selected project......
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
geoGetAddress (Function)
Retrieves an address or a list of addresses corresponding to the description of a geographic...
Private Store for mobile applications
There are two methods two deploy your applications......
Testing a Java project and compiling it
When your Java application is developed, you can run the test of the Java project and compile...
11. Controls in practice
Discover the main characteristics of the controls...
WDInst: components and setup models
By default, the setup program installs all the specified files on the setup computer......
Handling the versions of a window, report, query or project
When creating and developing the different elements of a project (window, query, report, project, ......
Context menu associated with Table controls and their columns (AAF)
WINDEV applications automatically include a context menu for Table controls, TreeView Table...
Images and buttons
WINDEV, WEBDEV and WINDEV Mobile include many features to improve the appearance of applications...