ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

1. Project audits
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min
fListFile (Function)
Lists the files found in a directory and returns the list of files.
ChangeTheme (Function)
Is used to change, through programming, the theme (dark or light) used by the mobile application.
PythonExecute (Function)
Executes a function present in a Python module.
HTTPRequest (Function)
Starts an HTTP request on a server.
HDelete (Function)
Deletes a record from a data file (query or view).
Check: Test of a WLanguage code
The monitoring robot is used to compile and run the WLanguage code entered......
J2EEAddHeader (Function)
Adds a header to the next procedure that will be run on the server.
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
Managing the application language through programming
A multilingual application is an application that can be distributed in several languages......
AppointmentReset (Function)
Reinitializes: the Appointment structure. the Appointment variable....
AppointmentListCalendar (Function)
Lists the calendars available on the mobile device (Android/iOS)....
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......
fAttribute (Function)
Returns or modifies the attributes of a file.
Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications......
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
BCCapture (Function)
Decodes the information stored in a bar code by using the device camera (Android, iPhone, iPad).
fRead (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
fDate (Function)
Returns or modifies the different dates associated with a file or directory (date created, modified or accessed).
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
Passing parameters
The parameters can be passed to a procedure......