ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....
HTMLToRGB (Function)
Converts the HTML color into RGB color.
13. External component in practice
External component in practice...
12. External component in practice
AJAXCallInProgress (Function)
Used to determine if the request being processed is an AJAX request.
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
Other operators
The following are additional operators......
WDTestSite: Creating a scenario
To create a scenario, the following elements must be installed on the current computer......
Using RAD patterns
The steps for creating a RAD pattern are as follows......
Record (Type of variable)
The Record type is used to save the values of a record.
EventCreate (Function)
Creates an event.
New Features brochure - Version 27: New WEBDEV features
New features in WEBDEV 27 presented in the New Features brochure....
Using several libraries in an application
A library is a WDL file that contains all the resources......
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)....
Assignment operators
Three assignment operators are available......
Managing connections
WINDEV, WEBDEV and WINDEV Mobile propose different methods for describing a connection......
Events associated with Looper controls
List of events associated with Looper controls...
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
SaaS constants
WebSocketExecuteGlobalService (Function)
Executes a global procedure in the context of the global service of the WebSocket server.
Events associated with Edit controls
WLanguage events associated with Edit controls...
Looper: moves and gestures
In a mobile application, several options can be handled with the fingers, by performing specific movements......
Events associated with TreeView controls
List of events associated with TreeView controls...
Multi-project search
Performing a search in the current project is a common operation......
Configuring an application with User Groupware