ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<emailOutlookSession variable>.CloseSession (Function)
Closes an Outlook session.
<modbusSession>.Disconnect (Function)
Closes the Modbus session.
<Connection variable>.CloseConnection (Function)
Closes a connection to a database.
MCIClose (Function)
Closes a media file.
HCloseAnalysis (Function)
Closes the current analysis.
HCloseConnection (Function)
Closes a connection to a database.
xlsClose (Function)
Closes an XLS file.
<DiskFile variable>.Close (Function)
Closes an external file.
fClose (Function)
Closes an external file.
<emailSMTPSession variable>.CloseSession (Function)
Closes an SMTP session.
<emailIMAPSession variable>.CloseSession (Function)
Closes an IMAP session.
<emailNotesSession variable>.CloseSession (Function)
Closes a Notes session.
<xlsDocument variable>.Close (Function)
Closes an XLS file.
PageEnableDDW (Function)
Enables or disables the DDW (Dim Disabled Window) when displaying a modal page (the pages used to communicate with the user for example).
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
Background tasks
Continuing to run a process when the application is in background is very useful on mobile......
ERR_NO_PROJECT
PageCloseDialog (Function)
Closes the current page. This page was opened by PageDisplayDialog. A return value can be returned to the calling page.
Handling a group of controls through programming
WINDEV, WEBDEV et WINDEV Mobile allow you to handle a group of controls through programming......
WDInst: grouping the files to install
By default, when generating the setup program, the files to install are compressed in a single archive file ("......
27. Center or anchor a site horizontally
Handling a Sliding Banner control through programming
A Sliding Banner control can be handled through programming......
SQLExec (Function)
Names and runs an SQL query.
ServiceWait (Function)
Pauses the current service during the specified duration.
Positioning table
Positioning the elements in a page is simplified by the use of a positioning table (HTML table)......