ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AJAX programming
The diagram below presents the use of "programmed AJAX" in a WEBDEV site......
Handling a Slider control through programming
WINDEV and WINDEV Mobile allow you to handle a Slider control through programming......
Handling Rating controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle Rating controls programmatically....
The Range Slider control
The Range Slider control is used to easily select an interval or a zoom......
Debugging a connection to an HFSQL server
The stored procedures and the triggers are debugged from the environment, with real execution on the server......
SocketRead (Function)
Retrieves a message sent by another socket.
Native MariaDB Connector: Specific features
The Native MariaDB Connector creates "InnoDB" tables to support locks and transactions on a MariaDB database......
Native MySQL Connector: Specific features
The Native MySQL Connector (also called "Native MySQL Access") creates "InnoDB" tables to support locks and transactions on a MySQL database......
beaconGroup (Type of variable)
The beaconGroup type is used to define the advanced characteristics of a set of Beacons.
BTLEInitialize (Function)
Initializes Bluetooth Low Energy (required in Windows and iOS only)
tapiLineDial (Function)
Dials a phone number for a voice line and chooses the device to use.
Creating the Vision windows of the WINDEV RAD pattern
URIToBuffer (Function)
Loads in the background the content of a resource (image, text, etc.) identified by its URI in a buffer variable.
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
URIGetInfo (Function)
Retrieves information of a URI resource.
DeleteParameter (Function)
Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via the persistence of data in the controls.
Changing the characteristics of window controls
The characteristics of the controls can be viewed and/or changed in......
TableSetFocus (Function)
Gives focus to a row found in a Table or TreeView Table control: the control switches to edit for the specified row and column.
Exchange operator (<=>)
The <=> operator is used to exchange the contents of two elements...
Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
6. How to display an AWP site
An Active WEBDEV Page is a dynamic WEBDEV page without persistent context on the server....
Handling an HTML control through programming
WINDEV and WEBDEV allow you to handle an HTML control through programming......
Reduced (Property)
The Reduced property is used to determine if a Dockable Panel control is expanded/collapsed, or to switch between the two states....
Python: Native calls
WLanguage allows for native Python calls......
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.