ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ComponentExecute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
Unalterable (Property)
The property Unalterable property is used to set the inalterability of a table: the table cannot be modified; only additions can be made.
AppServerListScheduledTask (Function)
Returns the list of scheduled tasks for the application (site or Webservice).
<mongoCollection variable>.Add (Function)
Adds one or more documents into a collection of MongoDB database.
<Notification variable>.Send (Function)
Sends an interactive notification to the system in order to be displayed.
<Map>.GetPosition (Function)
Returns the geographical position of the point located in the center of the map currently displayed in a Map control.
HTMLOpen (Function)
Creates an htmlDocument variable from an HTML document.
<hdfsConnection variable>.CopyFrom (Function)
Copies a file found on a Hadoop server to the local computer.
AppServerDeleteScheduledTask (Function)
Deletes a scheduled task associated with the application (site or Webservice).
UPNPFindDevice (Function)
Finds a device based on its unique name (UDN).
<pdfDocument variable>.Extract (Function)
Creates a new PDF document from individual pages extracted from an existing PDF file.
COMQueryInterface (Function)
Calls the QueryInterface method of the specified COM object to get a specific interface of this object so that it can be used with COMCallMethod.
<hdfsConnection variable>.Rename (Function)
Renames a file or a directory found on a Hadoop server.
<hdfsConnection variable>.Delete (Function)
Deletes a file or directory from a Hadoop server.
ParallelTaskRequestCancellation (Function)
Requests the cancellation of a parallel task.
Monitoring robot: Creating a check
The monitor of the monitoring robot is used to create the different checks that must be performed by the monitoring robot......
dCopyWindowImage (Function)
Copies the image from a WINDEV window to an Image variable or to an Image control.
Process (Property)
The Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc.
AuthRefreshToken (Function)
Refreshes a user's OAuth2 token when it expires....
rssSave (Function)
Builds the RSS stream and saves the RSS stream in an XML file.
HSuggestKey (Function)
Returns a list of keys to add to tables to improve query performance.
rssInitialize (Function)
Loads a RSS stream in memory.
rssBuildString (Function)
Builds the RSS feed and returns the result (in XML format) in a character string.