ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AIDetectDrawing (Function)
Classifies freehand drawings, including circles, squares and triangles.
<WDPic variable>.Resize (Function)
Resizes a WDPic image.
<JSON variable>.ToXML (Function)
Converts a JSON string to XML.
<xmlNode>.ToJSON (Function)
Converts an XML string to JSON.
<Scanner variable>.Capability (Function)
Used to determine if a scanner has a given capability.
Scanner functions
The scanner functions are as follows:...
CodeWLanguageMetEnForme (Function)
Put in Geometry a WLanguage code: coloring, standardized rewriting, indentation, translation, etc.
<WLanguageCodeFormatting>MetEnForme (Function)
Put in Geometry a WLanguage code: coloring, standardized rewriting, indentation, translation.
AIDetectContour (Function)
Detects the contours of the shapes in an image.
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...
<fbSession variable>.Stop (Function)
Stops the Facebook session that was started by FBStartSession.
AppointmentList (Function)
Lists the appointments found on the mobile device (Android/iOS) and corresponding to the specified criteria....
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
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.
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...
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.