ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fClose (Function)
Closes an external file.
HCloseConnection (Function)
Closes a connection to a database.
<xlsDocument variable>.Close (Function)
Closes an XLS file.
MCIClose (Function)
Closes a media file.
SNMPCloseSession (Function)
Closes an SNMP session.
<Connection variable>.CloseConnection (Function)
Closes a connection to a database.
<modbusSession>.Disconnect (Function)
Closes the Modbus session.
<emailOutlookSession variable>.CloseSession (Function)
Closes an Outlook session.
<DiskFile variable>.Close (Function)
Closes an external file.
<emailIMAPSession variable>.CloseSession (Function)
Closes an IMAP session.
Managing the Windows scheduler
Windows gives you the ability to schedule automatic tasks via the manager of scheduled tasks......
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
WDMSG, WDTRAD and WDDIXIO: Translation tools
Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......
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).
URL Rewriting
URL Rewriting is a technique used to improve SEO......
Aliases on tables: HAlias function
The aliases are used to handle......
SQLExec (Function)
Names and runs an SQL query.
PageCloseDialog (Function)
Closes the current page. This page was opened by PageDisplayDialog. A return value can be returned to the calling page.
The formatted display control
This control can be used to display dates, times and currency values while respecting the corresponding display format......
Partial indexing of memos
You now have the ability to index the content of a text memo item......
ServiceWait (Function)
Pauses the current service during the specified duration.