ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Advanced installer options
The setup wizard allows you to specify advanced options for the installer. These advanced options are used to: specify the options for managing the installer framework. specify the options for managing the UAC for the installer....
HChangeDir (Function)
Changes the path to a table (i.e. directory in which the file will be handled).
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
GPSStatus (Function)
Retrieves the activation status of the geolocation provider or asks to be notified when the status changes.
HReadNext (Function)
Sets the position on the next table record according to a browse item.
Handling data files in PHP
WEBDEV allows you to create a PHP site that handles data files......
Markdown
Markdown is a lightweight markup language that allows you to apply formatting to text......
1. Creating a WINDEV project and its analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 1 - Creating a WINDEV project and its analysis - 5 min
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
Hasp (Function)
Interrogates an electronic HASP key (HASP-3, HASP-4, MemoHasp or NetHasp).
Item Description (Variable type)
An Item Description variable is used to describe one or more items in a table programmatically.
Reactive procedures
Reactive procedures are executed when the value of a control or variable changes......
SaaSAdminConfigureSiteData (Function)
Configures the management of data for a SaaS site.
ToastDisplayIW (Function)
Opens a toast whose content is based on an internal window.
grClearPict (Function)
Erases the chart drawing (in an Image control or in a window).
GeometryCoveredBy (Function)
Determines if every point of geometry A lies inside or on the boundary of geometry B.
HCancelAlias (Function)
Cancels an alias that was declared beforehand by HAlias.
DateDifference (Function)
Calculates the number of days between two dates.
Use WebSockets with the WebSocket server
The WebSocket protocol provides a communication channel over a TCP socket for browsers and Web servers......