ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Search and full-text index
HFSQL proposes a quick search for character strings in the data......
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......
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....
.NET application
To create a.NET application from a project......
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 ......
Translating a text file with WDTRAD
4. Adding a product
WEBDEV Tutorial - Creating a website with back office processes Lesson 4 - Adding a product - 50 min
fSeek (Example)
Usage example of the fSeek function
The Clickable Image control
The Clickable Image control can be used to......
Automation object
The Automation keyword is used to declare an automation object...
2. Managing a database
WEBDEV Tutorial: My first WEBDEV website Lesson 2 - Managing a database - 30 min
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
FileDisplay (Function)
Displays a file in the browser of Web user.
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
fDate (Example)
Usage example of the fDate function
fDateTime (Example)
Usage example of the fDateTime function
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....
HTMLControlValue (Function)
Used to identify or modify a control in an HTML form contained in an HTML Display control.
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
ChangeAction (Example)
Usage example of ChangeAction