ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CursorPos (Function)
Returns and modifies the position of the mouse cursor.
MouseCursor (Property)
The MouseCursor property gets and sets the cursor displayed when pointing over a control, window or page.
EditCaret (Function)
Modifies the standard hover cursor for all the edit controls of the application.
Creating a report
The report editor allows you to easily create all types of reports via a wizard......
Report and project
In most cases, a report is linked to a project......
Error 11: The label is unknown
Remote check: Customizing with a window
To customize the remote control performed on a multi-user WINDEV application, the standard window can be replaced with a window from your application......
SpreadsheetRecalculateAll (Function)
Recalculates all formulas of a Spreadsheet control found in a window (including the formulas that use WLanguage functions/procedures)....
AutomaticTextColor (Property)
The AutomaticTextColor property is used to identify and change the color to be used for the text of the elements that use the "automatic" color.
<Spreadsheet>.RecalculateAll (Function)
Recalculates all formulas of a Spreadsheet control found in a window (including the formulas that use WLanguage functions/procedures)....
<Source>.SortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
The Upload control
The Upload control is used to upload files on the Web server......
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
3. Application development cycle
Development cycle of a WINDEV application....
Office tools
WINDEV includes multiple "Office" controls that allow end users to use the desired tools without leaving the application......
2. WEBDEV administrator in practice
Project description: Project tab
The project description window allows you to configure various elements of your project......
The Rating control
The Rating control allows the user to: indicate the popularity level of an element via repeated icons. find out the popularity level of an element via repeated icons....
Telemetry: Main features
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
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.
Error 404: The file for HFSQL browse cannot be an expression of this type
Information 2103: 'Double' does not exist anymore: the reals are coded on 8 bytes
<Source>.MergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
WDTestSite: Overview
WDTestSite is used to run different tests on a WEBDEV site......