ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling an Edit control programmatically
You can handle Edit controls programmatically......
Detecting Beacons
A "beacon" is a hardware transmitter that can "dialog" on a small perimeter with smartphones or tablets via a Bluetooth connection......
ArrayDistinct (Function)
Returns an array without duplicates.
Constants for managing the spell check
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
WLanguage procedure called by DialogAsynchronous
Procedure ("Callback") called by DialogAsynchronous when the user clicks one of the buttons in the dialog box.
Error (Function)
Displays a custom error message in a system error window.
The setup editor WDInst
WDInst is a setup editor used to define the setup parameters of your application......
xlsCell (Type of variable)
An xlsCell variable is used to describe and modify a cell in an Excel document...
BurnerErase (Function)
Erases the files found on a rewritable CD or DVD.
Project (External language)
Opens and runs a WINDEV project.
ThreadPersistent (Function)
Makes a thread persistent.
Push notification
A mobile device can receive push notifications......
NotifListCategory (Function)
Lists the notification categories of the application.
DriveCopyFile (Function)
copy a single file from the remote disk to another directory on the remote disk.
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
Handling an Image Editor control through programming
WINDEV allows you to handle an Image Editor control through programming......
fRemoveDir (Example)
Usage example of the fRemoveDir function
NetListIPAddress (Function)
Returns the list of IP addresses (Internet Protocol) for a computer.
OAuth and OpenID protocol management functions
OAuth and OpenID protocol management functions...
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...
Warning 18: Loop without potential end
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
XMLDocument (Example)
Usage example of the XMLDocument function
InitialWidth (Property)
The InitialWidth property is used to: Find out the initial width of a control or window. Modify the base width used to anchor the controls in "width". Find out the initial width of a report control....