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.
Printing a report on one of the printers connected to the Web Server
To print a report on one of the printers connected to the Web server, you must......
The TreeView control
...The TreeView control is a tree structure used to simplify the display of information that can...
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
Installing a SOAP server with Netscape iPlanet 4.1
Creating the Relation pages of a WEBDEV RAD pattern
Managing main window menus
A main menu is necessarily associated with a window......
The Static control
A Static control is a control used to display a static text......
2. Managing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 2 - Managing a Client/Server...
Using RAD patterns
The steps for creating a RAD pattern are as follows......
Code editor: Display options
The code editor proposes several display options......
AAF: Expanding or collapsing a tree structure (Table or TreeView Table control)
The TreeView and TreeView Table controls give the end user several options via the context menu......
Publishing the replication from ReplicEdit
A replication description created with ReplicEdit can be published from this tool on a replication...
AAF: Zoom the content of a control (Table, Spreadsheet, List box, Pivot table, ...)
To simplify the reading in the controls used to view large volumes of data, the end user...
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability...
gpwOpen (Function)
Opens the User Groupware login window or page.
The Calculated control
The "Calculated" control is used to perform calculations in a report......
Events associated with Check Box controls
List of events associated with Check Box controls...
Events associated with Radio Button controls
List of events associated with Radio Button controls...
Events associated with ListView controls
List of events associated with ListView controls...
WDTrans: Cancel the operations performed on a transaction file
If a transaction is in progress, cancels all operations performed on the files in transaction since...
Impact analysis
The impact analysis immediately identifies the consequences of the latest changes......
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
The "Interactive zoom" pane
The "Interactive zoom" pane is used to zoom the section currently hovered by the mouse cursor......
Operating mode of HFSQL application
A HFSQL application can operate in network mode or in Client/Server mode......
iInitReportQueryConnection (Function)
Initializes the query linked to the report.