ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
DateTimeTimeZoneToLocal (Function)
Converts a date and time from a particular time zone to a local date and time.
DateTimeLocalToTimeZone (Function)
Converts a local date and time to the date and time in a particular time zone.
ControlTab (Function)
Returns the name of the Tab control that contains the specified control.
Captcha control properties
The Captcha control can be handled by the WLanguage properties in server code and in browser code.
Peeling Corner control properties
Cell control properties
List of properties associated with the Cell control...
zipArchive (Type of variable)
The zipArchive type is used to handle an archive file in one of the following formats: ZIP, CAB, RAR or WDZ.
SpreadsheetAllowProcedure (Function)
Allows the use of a WLanguage function/procedure in a formula of a Spreadsheet control....
FolderData (Function)
FolderData is kept for backward compatibility.
grPointInfo (Function)
Returns the screen coordinates of a point or the screen coordinates of a value found in a chart.
restResponse (Variable type)
The restResponse type is used to define all the advanced characteristics of a REST response.
XML functions
List of XML functions...
User Groupware and Client/Server data files
An application that uses the user groupware can be used with a HyperFileSQL database in Client/Server mode......
Adding an element to the SCM repository
When an element is added to the SCM (Source Code Manager) repository, it is added to the reference project on the SCM server......
grImageSize (Function)
Defines the size of the image containing the chart.
The RTF edit control: Automatic formatting toolbar
In RTF Edit controls, a formatting toolbar can now be automatically displayed when the control becomes editable......
SaaSIsConnected (Function)
Defines whether the connection to the SaaS web service is still established.
SysRecentDocList (Function)
Returns the list of recently opened documents.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
NFCStatus (Function)
Returns the activation status of the NFC sensor found on the device.
InAppleWatchSimulatorMode (Function)
Indicates whether the code is run in the Apple Watch simulator.
InAppleWatchEmulatorMode (Function)
Indicates whether the code is run in the Apple Watch emulator.
BrowserOS (Function)
Indicates the operating system installed on the browser of the Web user.
OLEPlay (Function)
Used to: retrieve the list of available operations (other than edit) from a server, perform an operation....