ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Switch control properties
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).
URIToFile (Function)
Saves, in the background, the content of a resource (image, text, etc.) identified by its URI in an external file.
LooperCount (Function)
Returns the number of rows in a Looper control.
3. Dates, arrays and structures
WINDEV Tutorial: WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
grTimeLevelMask (Function)
Defines the display mask for a level of time scale in a chart.
ProgressBarDisable (Function)
Stops the periodic refresh of a Progress Bar via Ajax.
1. Managing emails
WINDEV includes multiple methods to manage emails...
Special paste
The Special paste command is used to explicitly choose the format in which the clipboard content will be pasted in the window editor......
First project window
GglListCalendar (Function)
Retrieves the list of Google calendars associated with the specified Google account.
FTPConfigure (Function)
Modifies the behavior of standard FTP functions.
NetOpenRemoteAccess (Function)
Establishes a remote connection.
WiFiDetectAccessPoint (Function)
Starts detecting the Wi-Fi access points currently accessible from the device.
LooperDeleteSelect (Function)
Deletes the selected rows from a Looper control.
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values of the members of a class or structure.
LooperAddIP (Function)
Adds a row as an internal page at the end of a Looper control populated programmatically.
List Box control properties
You can manipulate List Box controls in a window or page using the following WLanguage properties......
httpRequest
The HTTPRequest keyword can correspond to...
TreeView control properties
The TreeView controls found in a window or in a page can be handled by the WLanguage properties......
ThreadSendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
RoundToMultiple (Function)
Returns a numeric value rounded to the nearest multiple of another numeric value.
HCheckStructure (Function)
Defines the mode for comparing data files.
TableSelectToFile (Function)
Positions on the data file record corresponding to a row selected in the multiselection browsing Table control.
Crosstab report
The report editor allows you to create "Crosstab" reports......