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.
Report blocks
A printed report includes several sections......
Native Access Connector
...This type of Native Connector allows access to ACCESS databases for better interoperability...
Report data source
...The reports can be created with the data coming from:...
Screen,Get (External language)
Retrieves the value in a control or in a variable.
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
CtCacheSize (Property)
The CtCacheSize property is used to determine and change the maximum number of records that can...
10. Internal components in practice
11. Internal components in practice
Internal components in practice...
WDTestSite: Running a scenario
The scenario is a text file (".WCN" extension) containing all the operations performed...
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site......
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
WEBDEV administrator: Advanced configuration
The "Advanced" tab is used to configure the advanced features at server level......
Runtime log
The runtime log is the best way to identify the most used features of an application......
Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both via...
Native MySQL Connector: Specific features and remarks
Remarks and specific features of the Native MySQL Connector...
Navigation map
The site map path is used to implement the structure and the sequence of pages in your site......
The Site Map control
The Site Map control allows the Web user to......
Native PostgreSQL Connector: Programming with SQL functions
You can use SQL functions to handle the PostgreSQL database......
Manipulating Chart controls in a WEBDEV site
When a Chart control is executed on a page of the WEBDEV site, users can personalize visuals via...
Chart: Managing scales
In a chart, the scales are used to quickly estimate the value of different points found...
mlzAddLine (Function)
Adds a new dynamic row into a Multiline Zone control.
Check Box control: Automatic features (AAF)
The Check Box control can benefit from several AAFs (Automatic Application Features) ......
Environment of the window editor
The main elements of window editor are as follows:
WDStatistics: Using WDStatistics
WDStatistics can be used once the log files have been imported......