ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dSlice (Function)
Draws a circle section or an ellipse section: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
WiFiAddNetwork (Function)
Adds a new network to the list of Wi-Fi networks configured on the device.
SchedulerPositionDateTime
Displays a Scheduler control from a specified date or returns the date of the first day (or last day) displayed in a Scheduler control.
WiFiDetectAccessPoint (Function)
Starts detecting the Wi-Fi access points currently accessible from the device.
PDFMergeWithPassword (Function)
Merges several existing and password-protected PDF files into a single PDF file.
FTPRemoveDir (Function)
Deletes a directory and its content (files and sub-directories) from an FTP server (File Transfer Protocol).
NetMachineName (Function)
Returns the name of the local computer or the name of a computer whose IP address is known (reverse DNS resolution).
HDisconnectClient (Function)
Displays a message on the Client computer(s) and disconnects the application.
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
Storing files in Android
The file system on the devices running Android is divided into two main storage areas......
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
FutureHeight (Property)
The FutureHeight property is used to determine how high an auto-resizing control in a report will be after being enlarged.
dBlur (Function)
Blurs the entire given area: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
Version of the files in the virtual directory
The configuration diagnostic displays the following error......
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
HNoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
<Image>.DominantImageColor (Function)
Returns the dominant (i.e. most frequent) color of an image found in an Image control.
PicRectangularSnip (Function)
Captures a rectangular area defined with the cursor and retrieves the image in a variable of type Image.
<Image>.CoordinateToImage (Function)
Converts the coordinates of a rectangle in the Image control to the corresponding coordinates in the image displayed in the control.
dArc (Function)
Draws an arc of circle or an arc of ellipse: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Gesture variable
The Gesture variable is used to retrieve the gesture parameters (swipe)......
ModbusWriteRegister (Function)
Writes one or more registers (16-bit values) to a Modbus slave, starting at a specific address.
Retrieving the coordinates of a click in a clickable image
If the click action of the image is set to "Server call", you can get the click coordinates when the image is clicked in the browser......
Environment of the report editor
Environment of the report editor...