ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NotifPushDisable (Function)
Disables the management of push notifications for a WINDEV Mobile application (Android or IOS).
NotifPushProcedure (Function)
Specifies the WLanguage procedure called when a push notification is received by a WINDEV Mobile application (Android or iOS).
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
XMLSave (Function)
Saves an XML document in a file.
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily deployed....
Mouse management functions
List of functions for mouse management...
ToastDisplay (Function)
Displays a "Toast" message.
Contact (Type of variable)
The Contact type is used to define the advanced characteristics of a contact found in the phone book.
NotifPushSend (Function)
Sends a push notification to a mobile device (iOS or Android).
Deploying a site (from the development computer)
Regardless of the type of site created by WEBDEV (static site or dynamic site), WEBDEV Development version allows your to automatically install the site on the server......
SocketCreateSSL (Function)
Creates a secure socket according to the SSL protocol.
ImageArea (Function)
Returns the number of the image area clicked by the Web user.
Select query: Displaying the first/last n records
The editor of Select queries is used to limit the number of records that will be displayed in the result of the query....
fMemOpen (Function)
Opens a memory zone shared between several applications.
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
.NET application
To create a.NET application from a project......
.NET Assemblies
.NET is Microsoft's software development platform......
Conditions for using a .NET assembly
Before using a .NET assembly, a specific configuration is required......
Creating a strong-named .NET assembly
To create a strong-named .NET assembly ......
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
Translating a text file with WDTRAD
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
SQL set operations: UNION, UNION ALL and INTERSECT
SQL allows performing set operations on groups of files......
SQL : ORDER BY clause: Organizing the result of a query
The ORDER BY clause is used to sort the records selected by an SQL query......