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.
Information 2102: 'Long' does not exist anymore: the integers are coded on 4 bytes
Error 809: The * character cannot be used as mandatory parameter in a function
Error 30: An exception process cannot be declared inside another exception process...
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.
Error 1037: This member already exists in the structure
EndPosition (Property)
Use in the docFragment class - Read + Write access - Type: Integer32
<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.
<Source>.ExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
Effect (Property)
Use in the GuidedVisitStage class - Access in get + Write - Type: Integer32
Using the Vista style in your windows
WINDEV allows you to customize......
The .NET 2.0 control (WinForm)
The ".NET 2.0 control (WinForm)" is used to easily manage the.NET controls in WinForm format (for.NET 2.0)....
Set of fonts (WEBDEV site)
The browser support the most common fonts by default......
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......
Handling a Scrollbar control through programming
WINDEV allows you to handle a Scrollbar control through programming......
WDMSG
You can create multilingual projects in WINDEV, WEBDEV or WINDEV Mobile......
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
How to develop a PHP site?
What is a PHP site?......
Configuring and running the action plans
When the action plans are deployed, you have the ability to configure their activation mode....
SaaS
SaaS (acronym of Software as a Service) is a model for software distribution that consists in proposing an application in subscription via a Web site rather than via the purchase of a license......
The Multiline Zone control
The Multiline Zone control is used to easily create interfaces in iOS style....
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.
SpellAvailable (Function)
Indicates whether a dictionary is available for the spelling checker (check performed in the controls that use the integrated correction or check performed by WLanguage functions).
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......