ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

sRead (Function)
Reads a character string in the entry buffer of the specified serial port.
docNumbering (Type of variable)
The docNumbering type is used to define the advanced characteristics of a numbering used in a Word Processing document.
btleService (Type of variable)
The btleService type is used to handle a Bluetooth Low Energy service ("Bluetooth GATT Service").
xmlReader (Type of variable)
The xmlReader type is used to read an XML document without loading it in memory.
Displaying a frameset in a WEBDEV site
Displaying a new frameset in a WEBDEV site can be performed according to several methods......
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
TriState (Property)
The TriState property is used to: Determine if a check box option supports 3 or 2 states. Determine if a TreeView control uses 3-state or 2-state check boxes. Change the type of an option in a check box: option with 3 states or with 2 states....
DateValid (Function)
Checks the validity of a date between January 01 0001 and December 31 9999.
Handling Kanban controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Kanban controls......
mongoGridFS (Type of variable)
The mongoGridFS type is used to define the advanced characteristics of a file system for a MongoDB database.
Report viewer: "Print" tab
The report viewer allows end users to view reports before printing them......
PageParameter (Function)
Returns the value of a parameter passed to the current page.
gglCalendar (Type of variable)
The gglCalendar type is used to describe and modify a calendar used by the Google Calendar service...
OpenSister (Function)
Opens a non-modal sibling window.
apExecute (Function)
Runs an action plan.
Installing an application server
There are several steps to install the WEBDEV Application Server on a Linux server......
fCurrentDrive (Example)
Usage example of the fCurrentDrive function
iPrintBarCode (Function)
Prints a bar code (inside a rectangle).
BTLEInitializeDevice (Function)
Initializes a Bluetooth Low Energy device in Windows.
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
HSetPosition (Example)
Usage example of the HSetPosition function
Image control in a page
TableToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
Combination (Type of variable)
A combination is a set of options.
JSONToVariant (Example)
Usage example of the JSONToVariant function