ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Selection (Property)
The Selection property is used to get 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.
Events associated with Combo Box controls
List of events associated with Combo Box controls
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 TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
Manipulating WEBDEV menu options
The context menu of menu options allows you to perform all the operations required to define...
TreeSelectMinus (Function)
Deselects an element in a TreeView control.
ContactSelect (Function)
Displays the list of contacts found on the device (Android, iPhone or iPad, Universal Windows).
The Internal Page control
...The "Internal Page" control is used to include a page (and its code) in a control of another...
Installing a WEBDEV cluster
A WEBDEV cluster is a set of servers (or server farm)......
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
Creating help pages
A help system includes several pages......
TableToClipboard (Function)
Copies the content of a Table or TreeView Table control to the clipboard.
TableRecNum (Function)
Returns the number of the current record in a Table control based on a data file.
Finding the unused WEBDEV styles
In most cases, most of the presentation styles are created when designing a site......
TableEnd (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
ListSelectMinus (Function)
Deselects an element in a List Box, ListView or Combo Box control.
TableToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
Handling the framesets
The different operations that can be performed on the framesets are as follows......
Including JavaScript files or a Web resource
WEBDEV allows you to include Javascript files or external resources in a WEBDEV project......
Editing the CSS style sheet
WEBDEV gives you the ability to manage all the CSS styles used in a project......
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
6. Printing the product catalog
WINDEV Mobile Tutorial - Developing an Android and iOS application Lesson 6 - Printing the product...
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action...
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
Events associated with a Multiline Zone control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code...
2. Listing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 2 - Listing products - 50...
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed...
The Context Menu control (WEBDEV)
Context menus are often used in websites......