ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.
SaaSCheckService (Function)
Checks the access rights of the user to a service of the SaaS site.
CookieWrite (Function)
Writes a cookie onto the computer of the Web user.
fListDirectory (Example)
Usage example of the fListDirectory function
SQLFirst (Function)
Positions on the first row of the query result.
SocketCreateUDP (Function)
Creates a socket that uses the UDP protocol.
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
EnumControl (Example)
Usage example of the EnumControl function
fGraphicFilter (Example)
Usage example of the fGraphicFilter function
EmailUpdate (Function)
Updates the messages of MS Exchange according to the email server.
OrganizerDisplayNextPeriod (Function)
Moves the time area displayed to the next area (next weeks for example) in an Organizer control.
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
OrganizerDisplayPreviousPeriod (Function)
Moves the time area displayed to the previous area (previous weeks for example) in an Organizer control.
The SilverLight control
The SilverLight control is used to display a SilverLight 2 animation in a WEBDEV page......
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
fClose (Example)
Usage example of the fClose function
Materialized view
SIPVisible (Function)
Displays the keyboard.
MQTT functions
The following functions are used to manage MQTT clients...
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
EmailOpenMail (Function)
Opens the default messaging software: of Web user on the browser computer. of the user on the current Windows computer. on the phone....
TreeListItem (Example)
Usage example of the TreeListItem function
TableInfoXY (Example)
Usage example of the TableInfoXY function
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
Associative array (Type of variable)
An associative array is an "advanced" type of array...