ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<picLayer variable>.Blur (Function)
Blurs the entire given area in a variable of type picLayer.
<mqttSession variable>.Connect (Function)
Used to connect to a MQTT server (also called "Broker").
<mqttSession variable>.Disconnect (Function)
Allows you to disconnect from a MQTT server (also called "Broker").
<AutomaticEvent variable>.Wait (Function)
Locks the current thread while waiting for the specified event to be opened.
<ManualEvent variable>.Wait (Function)
Locks the current thread while waiting for the specified event to be opened.
PDFClose (Function)
Closes the PDF file loaded in memory in a pdfDocument variable.
EventWait (Function)
Locks the current thread while waiting for the specified event to be opened.
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
FaxDisconnect (Function)
Closes a connection to a fax server (established beforehand by FaxConnect).
ContactSearch (Function)
Searches for a contact in a Lotus Notes or Outlook address book.
<Image variable>.Blur (Function)
Blurs the entire given area in a variable of type Image.
<Menu>.Clone (Function)
Clones a menu or a menu option as well as the associated code.
FramesetUse (Function)
Displays a WEBDEV frameset in the user's browser and closes all the current page and frameset contexts....
iParameter (Function)
Retrieves the printer configuration and configures the print.
RedirectionURL (Property)
The RedirectionURL property is used to get the URL used for the result redirection.
AuthURL (Property)
The URLAuth property is used to get and define the authorization URL to be used (first URL of the OAuth 2.0 specification).
GrantType (Property)
The GrantType property gets the grant types available.
TokenURL (Property)
The Property URLToken allows you to know and modify the URL for retrieving the access token.
Check model
You can use check models to easily create checks...
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified and identified......
NotesCloseDatabase (Function)
Closes the local or remote database used (Lotus Notes or Domino).
Close (External language)
Closes the current window and restores the context that existed before the window opening.
AssistedInputClose (Function)
Closes the list of values proposed by the assisted input for an edit control.
Managing parallel tasks
The computers are becoming more and more powerful......