ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

3. Dates, arrays and structures
WINDEV Mobile Tutorial - WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
MouseCursor (Property)
The MouseCursor property is used to identify and change the hover cursor defined for a control, window or page.
JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
VideoCapture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
Troubleshooting
This chapter presents the main problems (and their solutions) that can occur when using the WEBDEV Application Server...
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
Managing HFSQL Cluster
Methods for managing an HFSQL cluster and its databases....
URI constants
The following constants are used by URI-specific functions:...
3. Dates, arrays and structures
WEBDEV Tutorial - WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
AAFExportSecurity (Function)
Secures the export of confidential data in the AAFs (Automatic Application Features) that are used to export, print or save data.
DotNetDelegate (Function)
Initializes a.NET delegate.
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.
Error 20: The variable of the FOR loop should be a real
fDriveInfo (Function)
Returns information about a drive.
Constants for external files
List of constants used by the functions for managing external files....
4. Adding a product
WEBDEV Tutorial - Creating a website with back office processes Lesson 4 - Adding a product - 50 min
2. Managing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.
Properties available in Java
WINDEV allows you to generate a Java application without even knowing the Java language......
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......