ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

BTLEConnectionStatus (Function)
Returns the current connection status to a Bluetooth Low Energy device or asks to be notified when the connection status changes.
fMerge (Function)
Merges several files into a single one.
HInfoAnalysis (Function)
Returns information about an analysis (WDD file).
Event (Example)
Usage example of the Event function
BankHolidayList (Function)
Returns the list of the public holidays defined by BankHolidayAdd.
HDeleteSet (Function)
Deletes a set of stored procedures from an HFSQL server.
BTLEDisconnect (Function)
Used to disconnect from a Bluetooth Low Energy device.
HResetGroup (Function)
Initializes the structure for group management (HGroup) with the default values.
HDeleteQuery (Function)
Deletes a query (used by stored procedures) from an HFSQL server.
<restRequest variable>.Send (Function)
Sends a REST request and waits for the server response.
Table control functions
List of functions specific to Table controls...
dCrop (Function)
Returns the cropped part of an image. This image is found in an Image variable.
HInfoFile (Function)
Returns the characteristics of an HFSQL Classic or Client/Server data file....
FTPListFile (Function)
Lists the files (and/or the directories) found in a directory of an FTP server and returns the number of listed files (and/or directories)....
Creating requirements
The following steps must be performed to implement the requirements......
<Connection variable>.RegenerateFile (Function)
Regenerates a data file from its log.
dRoundedRectangle (Function)
Draws a rounded rectangle: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dEncrustColor (Function)
Encrusts a color in an image found in an Image variable].
HInfoDatabaseProperty (Function)
Used to find out the properties of a database on an HFSQL server.
HInfoServerProperty (Function)
Allows you to find out the properties of an HFSQL server.
HModifyServerProperty (Function)
Modifies the properties of an HFSQL server.
HListStoredElement (Function)
Returns the list of elements stored on an HFSQL server (sets of procedures, stored procedures or queries).
OpenDocumentAsynchronous (Function)
Opens a document using the appropriate editor
PositionToLine (Function)
Returns the number of the line that contains a character identified by its position in a block of text.
zipNbPart (Example)
Usage example of the zipNbPart function