ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
zipMsgError (Function)
Returns the message associated with an error code on an archive.
zipDeleteAll (Function)
Deletes all files from an archive.
Properties associated with the control templates
Several WLanguage properties can be used to handle a control template in a window or in a page......
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
FaxDelete (Function)
Deletes a fax from the spooler and cancels it.
AppleAdvertisingIdentifier (Function)
Returns the device's advertising identifier (iOS only)....
ScreenFirst (Function)
Defines the next control that will be in edit in the current window.
1. Website deployment requirements
WEBDEV Tutorial - Website deployment Lesson 1 - Website deployment requirements - 30 min
Docker image of the WEBDEV Application Server
From with version 24, a Docker container with the WEBDEV Application Server can be found in Docker Hub......
Elements of a class: Enumerating and handling through programming
Several types of WLanguage variables are used to enumerate and dynamically handle the elements of a class......
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable, or the number of minutes from a Duration. Change the minutes in a Time or DateTime variable, or the number of minutes in a Duration. Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item. Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item....
Style of windows: image and background color
To optimize the style of your screens, WINDEV and WINDEV Mobile allow you to use......
Error 706: The property does not exist on this type of control
Managing the styles
The help editor allows you to define styles of paragraphs......
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
Creating the Form windows of a WINDEV RAD pattern
Error 705: The property does not exist on this type
Error 704: The property does not exist on
Monitoring robot: Configuring the robot parameters
From the monitor, you can change the configuration options......
9. Generation modes
WINDEV Mobile includes different types of generation......
TABOrder (Property)
The TABOrder property gets and sets the position of a control in the tab order of a window.