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.
Using an external component in an application
A component can be reused at any time in any application......
2. First tests
WINDEV Mobile Tutorial: My first Android/iOS application Lesson 2 - First tests - 1 hr...
4. Adding a product
WEBDEV Tutorial - Creating a website with back office processes Lesson 4 - Adding a product - 50...
WDInst : languages supported by the setup
If your applications must be installed in several countries, the setup editor WDInst gives...
WDLog: Viewing a log file
WDLog is used to view the content of a log file......
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site......
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......
Project Management Hub: Management of incidents
The Project Management Hub allows you to keep a history of the incidents encountered...
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications...
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window...
Changing the window content by swipe
The mobile devices propose several features available via finger movements......
Events associated with Combo Box controls
List of events associated with Combo Box controls...
Developing an application for Apple Watch
An Apple Watch application is an application intended for a watch associated with an iOS device...
W3C standardization
You must comply with the W3C standard (HTML 4......
ComponentLoad (Function)
Loads an external component. This component can be: an external component present...
The Web Camera control
...The Web Camera control is used to view a file that is refreshed at regular time intervals....
"Unit examples" pane
The "Unit examples" pane proposes the unit examples found in the different products......
Maintaining the files of Control Centers
When using a database, you may have to perform maintenance operations on the data files......
The "Debugger" pane
The "Debugger" pane displays the debugger options when debugging the project or a project element...
Installing OpenOffice
WINDEV, WEBDEV and WINDEV Mobile propose a spelling checker......
Non-maximized windows in iOS
A non-maximized window can occupy a section of the screen only......
User Groupware and files accessed via a Native Connector
An application that works with the User Groupware can be used with a database handled by a Native...