ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

zipSize (Function)
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format): the size of all compressed files found in the archive. the size of all files found in the archive before compression....
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
Adding files into a replication (ReplicEdit)
When the replication is described, the data files must be added into the replication......
Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications....
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
DatePicker (Function)
Opens the system date picker.
Keyboard shortcut and hotkey
A control in a window or page can be associated with an alphanumeric character, a key or combination of keys ("keyboard shortcut"), etc....
BankHolidayAdd (Function)
Indicates that a day (or a list of days) is a public holiday.
HTTPCookieReset (Function)
Deletes all cookies (globally or for a domain) stored: by the calls to HTTPRequest. by the calls to HTTPSend....
Array management functions
List of functions for managing arrays...
zipClose (Function)
Closes an archive.
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
grInfoXY (Function)
Returns information about the series found at a specific chart point.
URL (Property)
The URL property is used to: Get the address associated with a control. Change the address associated with a control....
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)....
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
ArrayAdd (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). of a WLanguage list....
HTTPRequest (Function)
Starts an HTTP request on a server.
Favicon: Define the site icon
WEBDEV allows you to easily define the site icon (also called Favicon)......
TestMode (Property)
The TestMode property determines if the Ad control displays a test ad.
Enqueue (Function)
Adds an element to the queue.
Push (Function)
Pushes an element onto the stack.
FolderImageWidth (Property)
The FolderImageWidth property is used to get and change the folder image width in TreeView and TreeView Table controls.
Style of a control
As soon as it is created, a control is associated with a style......