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.
MaxZoom (Property)
The MaxZoom property is used to get the maximum zoom value that can be used for the Camera control (for the camera in use).
Drive (Type of Variable)
The Drive type allows handle a Drive generically. To use this type of Variable, it is necessary to connect to the desired Drive.
SCM: Check-in policy
The SCM gives you the ability to define a check-in policy......
MinZoom (Property)
The MinZoom property is used to get the minimum zoom value that can be used for the Camera control (for the camera in use).
The server is currently updated. Retry later.
Error 102: The constants can be defined in the initialization code of project, ...
Displaying a report in PDF format in the browser of the Web user
To display a report in PDF format in the browser of the Web user, you must......
Displaying a report in HTML format in the browser of the Web user
To display a report in HTML format in the browser of the Web user, you must......
Recycle code windows
By default, a single code window is opened per ......
Binding a Progress Bar control to an item
A Progress Bar control can be bound to an item in a data file, query, etc....
Printing during the report test in the editor
During the test of a report ("Go" button from the report editor), several print options are proposed......
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......
HCS.Timeout (Variable)
The HCS.Timeout variable is used to modify the connection timeout: for the connections established by HOpenConnection. for the automatic connection openings....
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
Defining clickable areas
In a page, an Image control can contain clickable areas......
The UML model
The main objective of a development team is to create optimized applications, capable of satisfying the ever-changing needs of their users......
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.
Warning 12: The label is unused
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
Error 1038: This member already exists in the class
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
<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.
AIDetectModel (Function)
Runs a trained neural network model on an image. This function allows you to use artificial intelligence to detect objects in an image.
Activity diagram
An activity diagram represents the behavior of a method or the flow of a use case......
HTTPTimeOut (Function)
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute, DotNetExecute, J2EEExecute, etc.).