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.
dPixelColor (Example)
Usage example of the dPixelColor function
Handling an Upload control through programming
The Upload control is used to upload one or more files....
Constants for managing the modification of windows by the user
Manage SCM branches visually
The Source Code Manager offers a graphic interface for editing branches to optimize the management...
Creating, modifying, deleting a style
WINDEV gives you the ability to handle the styles defined for a help system (help file in HLP...
2. Analysis in practice
Help system properties
The properties of help system are used to define......
Displaying a frameset in a WEBDEV site
Displaying a new frameset in a WEBDEV site can be performed according to several methods......
Displaying a page in a WEBDEV site
Displaying a new page in a WEBDEV site can be done according to several methods......
Importing a WINDEV window into a WEBDEV site
The Windows windows developed with WINDEV......
Flexible modeling editor
The flexible modeling editor allows you to easily create a "non-restricting" and "flexible"...
OpenAI: How to find the OpenAI key
Several features of WINDEV, WEBDEV and WINDEV Mobile use an OpenAI account ......
WorksheetName (Property)
The WorksheetName property is used to get or change the name of the current worksheet...
TimePicker (Function)
Opens the system time picker.
The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example:...
Style of a control
As soon as it is created, a control is associated with a style......
Automation object
The Automation keyword is used to declare an automation object...
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo...
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can...
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......
Project Management Hub: Managing the schedule
The project contributors can manage their tasks directly from the schedule or from the task list......
Diagram Editor control events
WINDEV manages the following events by default (in the order in which they appear in the code...
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage...
The Dashboard control
Dashboards are essential elements in an application......
Extracting the text of the project
The following text can be extracted......