ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<zipArchive>.SelectFile (Function)
Selects files from an archive.
<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.
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data...
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.
<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.
SpreadsheetGetSelection (Function)
Retrieves the list of selected cells in a Spreadsheet control found in a window.
Events associated with Combo Box controls
List of events associated with Combo Box controls
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.
<Spreadsheet>.GetSelection (Function)
Retrieves the list of selected cells in a Spreadsheet control found in a window.
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
<List Box>.Select (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
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.
TableColumnSelect (Function)
Returns the column number corresponding to one of the columns selected in the Table control. This function is kept for backward compatibility. It is recommended to use TableSelect.
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data...
Set of procedures
The global procedures are grouped in set of procedures......
WDINT overview
WDINT is an optional tool of WINDEV, WEBDEV and WINDEV Mobile......
Report editor: options and keyboard shortcuts
Several toolbars are displayed in the report editor......
Creating and handling an item
The main operations that can be performed on an item are as follows......
The Time control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
3-tier architecture
The development in "3-tier" architecture is now simplified......
SCM: Retrieving changes made in a branch
Any changes made in a branch can be retrieved in the main version of the application......
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can...
TableExpand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch...
Setup by stand-alone physical media
A setup by stand-alone physical media allows you to provide a media that contains all the files...
Creating the Form pages of a WEBDEV RAD pattern
Using the task management and the schedule
Time management is extremely important......
Project description: Languages tab
The project description window allows you to configure various elements of your project......
Using the Vista style in your windows
WINDEV allows you to customize......
The HTML control
The HTML control displays HTML pages or HTML code......
Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting...
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
Administrator: Setting and executing action plans
When the action plans are deployed, you have the ability to configure their activation mode....
SCM: Project version changes
When several projects share elements in the same SCM, version changes of WINDEV, WEBDEV and WINDEV...
Edit options of a report
The report editor allows you to......
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo...
Events associated with Edit controls
WLanguage events associated with Edit controls...