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.
Creating and distributing Active WEBDEV Pages
To transform a page in Session mode into an Active WEBDEV Page:...
Spreadsheet control in a report
The spreadsheet is one of the most often used business tools. You have the ability to create...
The Slider control (in a page)
WEBDEV proposes two types of sliders......
PC SOFT Free Technical Support
Thank you for buying one of our products......
Deploying an application that uses an external component
An application that uses one or more external components is deployed in the same way as a standard...
The .NET 2.0 control (WinForm)
The ".NET 2.0 control (WinForm)" is used to easily manage the.NET controls in WinForm format...
Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can...
Project Management Hub: Configuration
All contributors must provide details about their work schedule so that project management tools...
Configuring the Project Management Hub
The Project Management Hub allows you to configure......
Remote WEBDEV administrator: Show the statistics
...The statistics become available once the log files have been imported....
Native Oracle Connector: Running the same query several times
In some cases, it may be useful to run the same query multiple times while modifying one...
Native Oracle Connector: Retrieving the output value of a stored procedure
The Native Oracle Connector is used to: specify the input values during the call to a stored...
Status bar of windows
The status bar of a window is used to display several types of information......
Images, colors and tabs
To optimize the appearance of your screens, WINDEV, WEBDEV and WINDEV Mobile allows you to use...
The Spin control
A Spin control is used to increase or reduce a value found in a control......
Removing a project from the SCM (Source Code Manager)
Automatic menu of tables (AAF)
Each Table control found in a window proposes a menu to the user......
Creating an insert query
An insert query (corresponding SQL statement......
The Image Editor control (WEBDEV)
By using the Image Editor control in your websites, you will allow users to create and edit images...
Performance profiler
The performance profiler (also called Profiler) is used to check and optimize the execution time...
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
Linking a Combo Box control to a data file
to select a record, for example......
Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type...
Customizing keyboard shortcuts
The different editors in WINDEV, WEBDEV and WINDEV Mobile include many options that can be used...
WDInst: Configuring the uninstaller
The application uninstaller is the application that allows the end user to uninstall...