ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
EmailImportHTML (Function)
Imports, into the Email structure or into an Email variable, the content of an HTML file in order to send it by email.
HTTPCookieManage (Function)
Enables or disables the management of cookies in an HTTP request run: by HTTPRequest. by HTTPSend....
Constants for managing appointments
Lists of constants used to manage the appointments...
AIDetectDrawing (Function)
Classifies freehand drawings, including circles, squares and triangles.
AppointmentList (Function)
Lists the appointments found on the mobile device (Android/iOS) and corresponding to the specified criteria....
AIDetectContour (Function)
Detects the contours of the shapes in an image.
Contains (Function)
Allows you to check if a substring is within a string.
BTLEGetAllCharacteristics (Function)
Retrieves all the characteristics (with the same identifier) associated with a BLE service.
DiagramSearch (Function)
Searches for shapes containing a specific text in a diagram.
oDriveConnect( Function)
Creates a connection to an Drive OneDrive.
WebSocketExecute (Function)
Executes a procedure in the context of a client connected to the WebSocket server.
NotifDeleteCategory (Function)
Deletes a notification category from the application.
COMQueryInterface (Function)
Calls the QueryInterface method of the specified COM object to get a specific interface of this object so that it can be used with COMCallMethod.
Yesterday (Function)
Returns the date of the day preceding the current day or a given date.
Tomorrow (Function)
Returns the date of the day following the current day or a given date.
<Map>.GetPosition (Function)
Returns the geographical position of the point located in the center of the map currently displayed in a Map control.
Assisted input management functions
The following functions are used to program assisted input in edit controls...
<hdfsConnection variable>.Delete (Function)
Deletes a file or directory from a Hadoop server.
<hdfsConnection variable>.CopyFrom (Function)
Copies a file found on a Hadoop server to the local computer.
<hdfsConnection variable>.CopyTo (Function)
Copies a file located on the local machine to a Hadoop server.
<hdfsConnection variable>.CloseConnection (Function)
Closes a connection to a Hadoop server.
<hdfsConnection variable>.OpenConnection (Function)
Opens a connection to a Hadoop server.
<hdfsConnection variable>.Rename (Function)
Renames a file or a directory found on a Hadoop server.
<emailIMAPSession variable>.Expunge (Function)
Destroys all the deleted emails marked as deleted ("Deleted" status) from the current folder of IMAP session.