ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ErrorPropagate (Function)
Propagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter).
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
sParameter (Function)
Defines or modifies the parameters for configuring the specified serial port, parallel port or infrared port.
fShortName (Example)
Usage example of the fShortName function
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
BTIsVisible (Function)
Used to find out whether a Bluetooth radio is visible.
AppointmentDelete (Function)
Deletes: the current appointment from the calendar of a Lotus Notes or Outlook messaging. an appointment from the calendar found on a mobile device (Android/iOS)....
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
SysWindowsVersion (Function)
Returns information about the Windows version used on the current computer.
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
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....
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
grZoom (Function)
Defines the zoom of a chart.
AppointmentReset (Function)
Reinitializes: the Appointment structure. the Appointment variable....
sEscape (Function)
Runs different functions that directly affect the bits of serial port, parallel port or infrared port, independently of the communication protocol.
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
<zipArchive variable>.AddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
Phonetic (Function)
Returns the phonetic transcription of the string passed as parameter.
HTTPCookieManage (Function)
Enables or disables the management of cookies in an HTTP request run: by HTTPRequest. by HTTPSend....
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.
SysScreenOrientation (Function)
Allows you to: get the screen orientation of the device (Android, iOS or Universal Windows phone). set the screen orientation of the device (Android phone)....
ChronoReset (Function)
Stops and resets a running stopwatch.