ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MutexCreate (Function)
Explicitly creates a mutex.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
rssDisplay (Function)
Builds a RSS stream and returns the content of the RSS stream to the client.
System functions
List of system functions...
grInterval (Function)
Indicates the interval between values on the vertical and horizontal axis of a chart.
2. Examples and components provided with WEBDEV
The project description window allows you to configure various elements of your project......
HExportXLS (Function)
Exports records from a data file (HFSQL or OLE DB), view or query to an Excel file (XLSX).
AppointmentLast (Function)
Reads the last appointment in a Lotus Notes or Outlook calendar.
AppointmentFirst (Function)
Reads the first appointment found in the calendar of a Lotus Notes or Outlook messaging.
SaaSAdminModifySubscription (Function)
Modifies a SaaS subscription.
Record (Type of variable)
The Record type is used to save the values of a record.
MutexStart (Function)
Locks the current thread while waiting for the mutex to be freed.
MutexEnd (Function)
Signals that the thread frees the mutex.
MutexDestroy (Function)
Explicitly destroys a mutex.
ExecuteDelayedProcedure (Function)
Runs a delayed procedure (in the WEBDEV application server).
AppServerRunScheduledTask (Function)
Immediately starts the execution of a scheduled task on a WEBDEV Application Server.
ThreadSuspend (Function)
Temporarily suspends the execution of the specified thread. Function not recommended.
NotesOpenConnection (Function)
Establishes a connection to a Domino server.
AppointmentPrevious (Function)
Reads the appointment before the current appointment in a Lotus Notes or Outlook calendar.
AppointmentNext (Function)
Reads the appointment after the current appointment in a Lotus Notes or Outlook calendar.
JSONXMLConverter (Variable type)
The JSONXMLConverter type is used to define all the advanced characteristics of the conversion of an XML object to JSON (or conversely) via XMLToJSON and JSONToXML).