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.
PageToFile (Function)
Automatically updates: the value of the items in a data file with the value of the controls...
"About" window
The "About" window is used to display and access various information about the current...
Installing and using a Bitcoin Core server
WLanguage offers various functions for handle a Bitcoin Core server......
SourceFromWindow (Function)
Automatically updates: the values of a data file's items in memory with the values...
How to choose the data source of a control?
This help page presents the different data sources available for a control....
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV site from a static page or or from a dynamic WEBDEV page.
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
Creating an executable: Data file directory
Two types of directories can be configured when creating the executable......
Visible (Property)
The Visible property is used to: Find out whether an element is visible. Make an element...
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting company......
iPrintReport (Function)
Prints a report created with the report editor.
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......
New Features brochure - Version 28: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
Project Management Hub: Statistics
When managing a project, you must keep track of some indicators to understand the evolution...
Creating the RAD Pattern project
The steps for creating a RAD pattern are as follows:...
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)......
The HTML Edit control: Automatic formatting toolbar
In HTML Edit controls, a formatting toolbar can be automatically displayed when the control becomes...
Events associated with a Ribbon control
The events associated with the Ribbon controls and groupings are:...
Configuring Reports & Queries
Reports & Queries is used to......
Configuring Automatic Update
Automatic Update is an application that allows you to automatically or manually update...
Position (Function)
Finds the position of a specified string within another string.
Pinned control in a window
A pinned control remains visible even if the user moves the scrollbar of the container to display...
The Chart control
The "Chart" control is used to display a chart in windows, pages and reports......
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
The UAC mechanism in Windows Vista (and later)
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account...