ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Checkers available in the code editor
The code editor proposes several tools used to correct the code......
apiRequest (Type of request)
The apiRequest type is used to define all the advanced characteristics of a request executed via a REST web service imported using the OpenAPI documentation.
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
MarkdownToDOCX (Function)
Converts a Markdown string to a DOCX file.
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
EmailSend (Function)
Sends an email via the SMTP protocol while controlling the "buffer" of the email.
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
SMSRunApp (Function)
Starts the native application for sending SMSs found on the device (Android or iPhone/iPad)....
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
PageDisplay (Function)
Displays a web page in the user's browser....
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
Other operators
The following are additional operators......
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
ImageInfoClose (Function)
Closes the image file (in JPEG or TIFF format) used by ImageInfoValue and/or ImageInfoList and frees the image from memory....
Size (Property)
The Size property is used to determine and change the size of an element.
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
Managing Google contacts
The Google Contact service is used to manage contacts on Internet......
SQLNext (Function)
Positions on the next row of the query result.
SQLPrevious (Function)
Positions on the previous row of the query result.
SQLLast (Function)
Sets the position on the last row of the query result.
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
Constants for managing Map controls
Constants for managing Map controls...
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.