ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WEBDEV User Groupware: Tips
This help page contains different programming tips for the User Groupware in WEBDEV......
Automatic calculations in a Table control (AAF)
Handling the versions of a window, report, query or project
When creating and developing the different elements of a project (window, query, report, project, ......
<Date type>.ToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
Handling files on Dropbox, Google Drive and OneDrive
Many drives can be used to store files......
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.
<Source>.First (Function)
Sets the position on the first record of a data file according to the specified browse item.
Managing connections
WINDEV, WEBDEV and WINDEV Mobile propose different methods for describing a connection......
The Cell control
The Cell control contains controls......
Aliases on data files: HAlias
The aliases are used to handle......
How to read emails via the IMAP protocol?
This help page explains how to read emails via the IMAP protocol....
Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......
How to read emails via the POP3 protocol?
This help page explains how to read emails via the POP3 protocol....
12. Preventing from going back to a page
Start of Break block (Break header)
The Start of break block is optional......
The DotNet structure
HDescribeItem (Function)
Describes a file item through programming.
CollapsedImage (Property)
The CollapsedImage property is used to: find out and/or modify the default image associated with a collapsed row in a TreeView Table control. find out and/or modify the default image associated with a collapsed row in a TreeView control. find out and/or modify the image associated with a specific collapsed row in a TreeView Table control. find out and modify the image in a collapsed row of a TreeView item in a "TreeView table" type report....
Cross-references in the code editor
The cross-references in the code editor are used to identify......
Break in a report
The break is used to group the records corresponding to a sort criterion......
How to manage a multi-selection in a List Box control?
This help page explains how to manage a multi-selection in a List Box control....
How to choose the data source of a control?
This help page presents the different data sources available for a control....
WDMap: Adding, modifying and deleting the records of a data file
WDMap allows you to perform simple operations (addition, modification or deletion) on the records found in a data file......
Type and version of Web server
The configuration diagnostic displays the following error......
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.