ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

OLEPlay (Function)
Used to: retrieve the list of available operations (other than edit) from a server, perform an operation....
restResponse (Variable type)
The restResponse type is used to define all the advanced characteristics of a REST response.
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....
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.
grPointInfo (Function)
Returns the screen coordinates of a point or the screen coordinates of a value found in a chart.
CalendarPosition (Function)
Returns the month displayed in a Calendar control.
Label report
The report editor allows you to create "Label" reports......
HEX@ (Type of Variable)
Objet interne pour la gest ion de VisiteGuidée.Etape.Disque.
ToastDeleteAll (Function)
Deletes all the toasts displayed by ToastDisplay.
InAppleWatchMode (Function)
Indicates whether the code currently run is in Apple Watch mode.
EvaluateExpression (Function)
Evaluates the value of an expression built in a character string.
Thumbnail control properties
List of properties associated with the Thumbnail control...
emailOutlookSession (Type of variable)
The emailOutlookSession type is used to handle the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
PageReadHeaderHTTP (Function)
Reads and returns one or more HTTP headers received by the current page (these headers are sent by the client to the server in the current request).
GalleryPopupDisplayed (Function)
Indicates whether the automatic zoom popup of the Image Gallery control is displayed.
Alias type
The Alias type is used to declare and handle a logical alias for a data file or query.
12. External component in practice