ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Translating programming messages
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example....
WINDEV Mobile 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
HFSQL Client/Server: Principle for saving the databases
Like for any database, backups of your HFSQL Client/Server databases must be performed on a regular basis......
Testing a Java project and compiling it
When your Java application is developed, you can run the test of the Java project and compile it before creating the archive......
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
Telemetry: Main features
Test of a query
The query editor allows you to run the test of query result......
HSuggestKey (Function)
Returns a list of keys to add to data files to improve query performance.
SocketDeny (Function)
Run on the server, this function refuses a request for connection to an existing socket found on the server.
Using the Salesforce service
Salesforce is a very popular CRM software......
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
Managing accessibility on Mobile
On smartphones and tablets, there is an operating mode designed for visually impaired and blind users......
HTTPDestination (Function)
Indicates the backup file for the result of next HTTP request, run in the same thread.
HTTPCookieManage (Function)
Enables or disables the management of cookies in an HTTP request run: by HTTPRequest. by HTTPSend....
SeekProcedure (Function)
Seeks a procedure identified by its name. The procedure found can be run directly.
IniOSMode (Function)
Indicates whether the code currently run is in iOS mode (iPhone, iPad).
InUniversalWindowsAppMode (Function)
Indicates whether the code is run in Universal Windows 10 App mode.
ScreenType (Function)
Returns the type of screen on which the application is run: phone, tablet, computer or watch.
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
J2EEGetResult (Function)
Returns the result of the last J2EE procedure that was successfully run.
AJAXAsynchronousCallPending (Function)
Used to find out whether a server procedure called by AJAXExecuteAsynchronous is currently run.
ParallelTask (Type of variable)
The ParallelTask type is used to handle a task, which means a procedure run by a thread in the parallel programming.
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.