ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HSetPosition (Example)
Usage example of the HSetPosition function
URISelect (Function)
Opens a system window to select a resource from: from the device file system, from the Cloud (Google Drive, Microsoft OneDrive, etc.) or from one of the content managers installed on the device....
rssChannel (Type of variable)
The rssChannel type is used to handle a RSS channel...
Max (Function)
Returns the greatest value passed as parameter.
sClose (Function)
Closes the specified serial port, parallel port or infrared port.
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
HTTPCookieReplace (Function)
Replaces all the cookies stored for a domain: by HTTPRequest. by HTTPSend....
PowerStatus (Function)
Used to get various information about the battery (main or secondary) of the device on which the application is running.
iDestination (Function)
Configures the print destination.
Server (Property)
The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB, etc.)....
HForward (Example)
Usage example of the HForward function
sEscape (Function)
Runs different functions that directly affect the bits of serial port, parallel port or infrared port, independently of the communication protocol.
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component......
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
Border (Property)
The Border property is used to get and change the characteristics of the borders: for a report control or block. for a window control. for a cell of a Table control....
SMSReset (Function)
Resets all variables of SMS structure.
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
ContactReset (Function)
Reinitializes: the Contact structure. a Contact variable....
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
HTTPSimulateNetwork (Function)
Simulates a slow network by limiting the download and upload speed.
HTTPCookieWrite (Function)
Adds or modifies a cookie in an HTTP request.
ChronoReset (Function)
Stops and resets a running stopwatch.
ActionClick (Property)
The ActionClick property is used to define the procedure executed when an element is clicked.