ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FreeAWPContext (Function)
Frees the AWP context in advance (on disk) to allow the other call on the same AWP context to be processed in parallel.
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 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)....
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications......
Logical Data Model (LDM)
A Logical Data Model (LDM) is used to describe the data structures (files, items, ......
WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
Configuring the "Relative duration" mask (date and time in natural language)
WINDEV, WEBDEV and WINDEV Mobile propose to use a "Relative duration" display mask for the Date controls......
Android 11: Changes in the behavior of applications
After each new version of Android is deployed, Google requires a higher target API level ("TargetSdkVersion") to publish applications on Google Play...
Shared memory areas
WINDEV, WEBDEV and WINDEV Mobile allow you to handle shared memory areas......
HTTPRequest (Function)
Starts an HTTP request on a server.
Non-maximized windows for Android
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
2. Projects in practice
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
WLanguage procedure called by fCopyDir
WLanguage procedure ("callback") called by fCopyDir for each copied file. This procedure is used to handle the current file.
WDAdminHF: Managing the server
During the connection to the remote HFSQL administrator, you must specify the HFSQL server that will be taken into account......
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...